Html Css Color HEX #C02E43 Brick Red

📋 copy color: '#C02E43'

red 192 ◦ green 46 ◦ blue 67

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

Shades of Brick Red #C02E43

Tints of Brick Red #C02E43

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.08%

 BLUE value IS 67 (26.56% from 255) = 21.97%

R = 62.95%
G = 15.08%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C02E43 (or 0xC02E43) is known color: Brick Red. HEX triplet: C0, 2E and 43. RGB value is (192,46,67). Sum of RGB (Red+Green+Blue) = 192+46+67=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E43 is #3FD1BC. Grayscale: #5C5C5C. Windows color (decimal): -4182461 or 4402880. OLE color: 4402880.

HSL color Cylindrical-coordinate representation of color #C02E43: hue angle of 351.37º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02E43 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 46 67 -
CMYK 0 0.76 0.65 0.25
HSL 351.37º 0.61% 0.47% -
HSV(B) 351.37º 0.76% 0.75% -
XYZ 23.73 13.57 6.68 -
YUV 92.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 192 46 67 0 0.76 0.65 0.25 351.37 0.61 0.47
Hex C0 2E 43 0 4C 41 19 15F 3D 2F
Octal 300 56 103 0 114 101 31 537 75 57
Binary 11000000 101110 1000011 0 1001100 1000001 11001 101011111 111101 101111

Color Harmonies of #C02E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02E43

Black with #C02E43

Text Example


Text Example

White with #C02E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02E43; }

 p { color: rgb(192,46,67); }

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

background-color css

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

 a { background-color: rgb(192,46,67); }

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

border-color css

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

 span { border-color: rgb(192,46,67); }

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