Html Css Color HEX #C02642 Brick Red

📋 copy color: '#C02642'

red 192 ◦ green 38 ◦ blue 66

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

Shades of Brick Red #C02642

Tints of Brick Red #C02642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

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

R = 64.86%
G = 12.84%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C02642 (or 0xC02642) is known color: Brick Red. HEX triplet: C0, 26 and 42. RGB value is (192,38,66). Sum of RGB (Red+Green+Blue) = 192+38+66=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C02642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02642 is #3FD9BD. Grayscale: #575757. Windows color (decimal): -4184510 or 4335296. OLE color: 4335296.

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

Color convert

RGB 192 38 66 -
CMYK 0 0.80 0.66 0.25
HSL 349.09º 0.67% 0.45% -
HSV(B) 349.09º 0.8% 0.75% -
XYZ 23.41 12.99 6.43 -
YUV 87.24 116.02 202.72 -
System Red Green Blue C M Y K H S L
Decimal 192 38 66 0 0.80 0.66 0.25 349.09 0.67 0.45
Hex C0 26 42 0 50 42 19 15D 43 2D
Octal 300 46 102 0 120 102 31 535 103 55
Binary 11000000 100110 1000010 0 1010000 1000010 11001 101011101 1000011 101101

Color Harmonies of #C02642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02642

Black with #C02642

Text Example


Text Example

White with #C02642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02642; }

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

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

background-color css

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

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

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

border-color css

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

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

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