Html Css Color HEX #C03142 Brick Red

📋 copy color: '#C03142'

red 192 ◦ green 49 ◦ blue 66

#C03142
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #C03142

Tints of Brick Red #C03142

RGB

 RED value IS 192 (75.39% from 255) = 62.54%

 GREEN value IS 49 (19.53% from 255) = 15.96%

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 62.54%
G = 15.96%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C03142 (or 0xC03142) is known color: Brick Red. HEX triplet: C0, 31 and 42. RGB value is (192,49,66). Sum of RGB (Red+Green+Blue) = 192+49+66=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C03142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03142 is #3FCEBD. Grayscale: #5D5D5D. Windows color (decimal): -4181694 or 4338112. OLE color: 4338112.

HSL color Cylindrical-coordinate representation of color #C03142: hue angle of 352.87º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03142 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 66 -
CMYK 0 0.74 0.66 0.25
HSL 352.87º 0.59% 0.47% -
HSV(B) 352.87º 0.74% 0.75% -
XYZ 23.82 13.8 6.56 -
YUV 93.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 192 49 66 0 0.74 0.66 0.25 352.87 0.59 0.47
Hex C0 31 42 0 4A 42 19 161 3B 2F
Octal 300 61 102 0 112 102 31 541 73 57
Binary 11000000 110001 1000010 0 1001010 1000010 11001 101100001 111011 101111

Color Harmonies of #C03142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03142

Black with #C03142

Text Example


Text Example

White with #C03142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03142; }

 p { color: rgb(192,49,66); }

 H1.HeaderClassName
 {
   color: #C03142;
 }
 .AnyTagClassName
 {
   color: #C03142;
 }
</style>

background-color css

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

 a { background-color: rgb(192,49,66); }

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

border-color css

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

 span { border-color: rgb(192,49,66); }

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