Html Css Color HEX #C02B44 Brick Red

📋 copy color: '#C02B44'

red 192 ◦ green 43 ◦ blue 68

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

Shades of Brick Red #C02B44

Tints of Brick Red #C02B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 63.37%
G = 14.19%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C02B44 (or 0xC02B44) is known color: Brick Red. HEX triplet: C0, 2B and 44. RGB value is (192,43,68). Sum of RGB (Red+Green+Blue) = 192+43+68=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B44 is #3FD4BB. Grayscale: #5A5A5A. Windows color (decimal): -4183228 or 4467648. OLE color: 4467648.

HSL color Cylindrical-coordinate representation of color #C02B44: hue angle of 349.93º 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 #C02B44 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 43 68 -
CMYK 0 0.78 0.65 0.25
HSL 349.93º 0.63% 0.46% -
HSV(B) 349.93º 0.78% 0.75% -
XYZ 23.65 13.35 6.8 -
YUV 90.4 115.36 200.47 -
System Red Green Blue C M Y K H S L
Decimal 192 43 68 0 0.78 0.65 0.25 349.93 0.63 0.46
Hex C0 2B 44 0 4E 41 19 15E 3F 2E
Octal 300 53 104 0 116 101 31 536 77 56
Binary 11000000 101011 1000100 0 1001110 1000001 11001 101011110 111111 101110

Color Harmonies of #C02B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B44

Black with #C02B44

Text Example


Text Example

White with #C02B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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