Html Css Color HEX #C02C3B Brick Red

📋 copy color: '#C02C3B'

red 192 ◦ green 44 ◦ blue 59

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

Shades of Brick Red #C02C3B

Tints of Brick Red #C02C3B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.92%

 BLUE value IS 59 (23.44% from 255) = 20%

R = 65.08%
G = 14.92%
B = 20%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C02C3B (or 0xC02C3B) is known color: Brick Red. HEX triplet: C0, 2C and 3B. RGB value is (192,44,59). Sum of RGB (Red+Green+Blue) = 192+44+59=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C3B is #3FD3C4. Grayscale: #5A5A5A. Windows color (decimal): -4182981 or 3878080. OLE color: 3878080.

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

Color convert

RGB 192 44 59 -
CMYK 0 0.77 0.69 0.25
HSL 353.92º 0.63% 0.46% -
HSV(B) 353.92º 0.77% 0.75% -
XYZ 23.43 13.32 5.47 -
YUV 89.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 192 44 59 0 0.77 0.69 0.25 353.92 0.63 0.46
Hex C0 2C 3B 0 4D 45 19 162 3F 2E
Octal 300 54 73 0 115 105 31 542 77 56
Binary 11000000 101100 111011 0 1001101 1000101 11001 101100010 111111 101110

Color Harmonies of #C02C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C3B

Black with #C02C3B

Text Example


Text Example

White with #C02C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C3B; }

 p { color: rgb(192,44,59); }

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

background-color css

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

 a { background-color: rgb(192,44,59); }

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

border-color css

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

 span { border-color: rgb(192,44,59); }

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