Html Css Color HEX #C03542 Brick Red

📋 copy color: '#C03542'

red 192 ◦ green 53 ◦ blue 66

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

Shades of Brick Red #C03542

Tints of Brick Red #C03542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

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

R = 61.74%
G = 17.04%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C03542 (or 0xC03542) is known color: Brick Red. HEX triplet: C0, 35 and 42. RGB value is (192,53,66). Sum of RGB (Red+Green+Blue) = 192+53+66=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C03542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03542 is #3FCABD. Grayscale: #606060. Windows color (decimal): -4180670 or 4339136. OLE color: 4339136.

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

Color convert

RGB 192 53 66 -
CMYK 0 0.72 0.66 0.25
HSL 354.39º 0.57% 0.48% -
HSV(B) 354.39º 0.72% 0.75% -
XYZ 23.99 14.15 6.62 -
YUV 96.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 192 53 66 0 0.72 0.66 0.25 354.39 0.57 0.48
Hex C0 35 42 0 48 42 19 162 39 30
Octal 300 65 102 0 110 102 31 542 71 60
Binary 11000000 110101 1000010 0 1001000 1000010 11001 101100010 111001 110000

Color Harmonies of #C03542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03542

Black with #C03542

Text Example


Text Example

White with #C03542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03542; }

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

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

background-color css

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

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

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

border-color css

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

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

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