Html Css Color HEX #C03442 Brick Red

📋 copy color: '#C03442'

red 192 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #C03442

Tints of Brick Red #C03442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

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

R = 61.94%
G = 16.77%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C03442 (or 0xC03442) is known color: Brick Red. HEX triplet: C0, 34 and 42. RGB value is (192,52,66). Sum of RGB (Red+Green+Blue) = 192+52+66=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C03442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03442 is #3FCBBD. Grayscale: #5F5F5F. Windows color (decimal): -4180926 or 4338880. OLE color: 4338880.

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

Color convert

RGB 192 52 66 -
CMYK 0 0.73 0.66 0.25
HSL 354º 0.57% 0.48% -
HSV(B) 354º 0.73% 0.75% -
XYZ 23.95 14.06 6.61 -
YUV 95.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 192 52 66 0 0.73 0.66 0.25 354 0.57 0.48
Hex C0 34 42 0 49 42 19 162 39 30
Octal 300 64 102 0 111 102 31 542 71 60
Binary 11000000 110100 1000010 0 1001001 1000010 11001 101100010 111001 110000

Color Harmonies of #C03442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03442

Black with #C03442

Text Example


Text Example

White with #C03442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03442; }

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

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

background-color css

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

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

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

border-color css

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

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

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