Html Css Color HEX #C02B3E Brick Red

📋 copy color: '#C02B3E'

red 192 ◦ green 43 ◦ blue 62

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

Shades of Brick Red #C02B3E

Tints of Brick Red #C02B3E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.48%

 BLUE value IS 62 (24.61% from 255) = 20.88%

R = 64.65%
G = 14.48%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C02B3E (or 0xC02B3E) is known color: Brick Red. HEX triplet: C0, 2B and 3E. RGB value is (192,43,62). Sum of RGB (Red+Green+Blue) = 192+43+62=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B3E is #3FD4C1. Grayscale: #595959. Windows color (decimal): -4183234 or 4074432. OLE color: 4074432.

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

Color convert

RGB 192 43 62 -
CMYK 0 0.78 0.68 0.25
HSL 352.35º 0.63% 0.46% -
HSV(B) 352.35º 0.78% 0.75% -
XYZ 23.47 13.28 5.88 -
YUV 89.72 112.36 200.96 -
System Red Green Blue C M Y K H S L
Decimal 192 43 62 0 0.78 0.68 0.25 352.35 0.63 0.46
Hex C0 2B 3E 0 4E 44 19 160 3F 2E
Octal 300 53 76 0 116 104 31 540 77 56
Binary 11000000 101011 111110 0 1001110 1000100 11001 101100000 111111 101110

Color Harmonies of #C02B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B3E

Black with #C02B3E

Text Example


Text Example

White with #C02B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B3E; }

 p { color: rgb(192,43,62); }

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

background-color css

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

 a { background-color: rgb(192,43,62); }

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

border-color css

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

 span { border-color: rgb(192,43,62); }

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