Html Css Color HEX #C02542 Brick Red

📋 copy color: '#C02542'

red 192 ◦ green 37 ◦ blue 66

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

Shades of Brick Red #C02542

Tints of Brick Red #C02542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 65.08%
G = 12.54%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C02542 (or 0xC02542) is known color: Brick Red. HEX triplet: C0, 25 and 42. RGB value is (192,37,66). Sum of RGB (Red+Green+Blue) = 192+37+66=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C02542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02542 is #3FDABD. Grayscale: #565656. Windows color (decimal): -4184766 or 4335040. OLE color: 4335040.

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

Color convert

RGB 192 37 66 -
CMYK 0 0.81 0.66 0.25
HSL 348.77º 0.68% 0.45% -
HSV(B) 348.77º 0.81% 0.75% -
XYZ 23.38 12.92 6.42 -
YUV 86.65 116.35 203.14 -
System Red Green Blue C M Y K H S L
Decimal 192 37 66 0 0.81 0.66 0.25 348.77 0.68 0.45
Hex C0 25 42 0 51 42 19 15D 44 2D
Octal 300 45 102 0 121 102 31 535 104 55
Binary 11000000 100101 1000010 0 1010001 1000010 11001 101011101 1000100 101101

Color Harmonies of #C02542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02542

Black with #C02542

Text Example


Text Example

White with #C02542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02542; }

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

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

background-color css

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

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

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

border-color css

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

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

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