#c3303b

Color #C3303B Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C3303B

Tints of Brick Red #C3303B

Color information

#C3303B (or 0xC3303B) is unknown color: approx Brick Red. HEX triplet: C3, 30 and 3B. RGB value is (195,48,59). Sum of RGB (Red+Green+Blue) = 195+48+59=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C3303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3303B is #3CCFC4. Grayscale: #5D5D5D. Windows color (decimal): -3985349 or 3879107. OLE color: 3879107.

HSL color Cylindrical-coordinate representation of color #C3303B: hue angle of 355.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3303B is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1954859-
CMYK00.750.700.24
HSL355.51º60.49%47.65%-
HSV(B)355.51º75.38%76.47%-
XYZ24.3514.035.56-
YUV93.21108.7200.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 64.57%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=64.57%
G=15.89%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195485900.750.700.24355.5160.4947.65
HexC3303B04B46181643c30
Octal30360730113106305447460
Binary1100001111000011101101001011100011011000101100100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3303b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3303b; }

 p { color: rgb(195,48,59); }

 H1.HeaderClassName
 {
   color: #c3303b;
 }
 .AnyTagClassName
 {
   color: #c3303b;
 }
</style>
background-color css

<style>
 a { background-color: #c3303b; }

 a { background-color: rgb(195,48,59); }

 div.DivClassName
 {
   background-color: #c3303b;
 }
 .BgClassName
 {
   background-color: #c3303b;
 }
</style>
border-color css

<style>
 span { border-color: #c3303b; }

 span { border-color: rgb(195,48,59); }

 td.TdClassName
 {
   border-color: #c3303b;
 }
 .TagClassName
 {
   border-color: #c3303b;
 }
</style>