Html Css Color HEX #C02C3C Brick Red

📋 copy color: '#C02C3C'

red 192 ◦ green 44 ◦ blue 60

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

Shades of Brick Red #C02C3C

Tints of Brick Red #C02C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 64.86%
G = 14.86%
B = 20.27%

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

#C02C3C (or 0xC02C3C) is known color: Brick Red. HEX triplet: C0, 2C and 3C. RGB value is (192,44,60). Sum of RGB (Red+Green+Blue) = 192+44+60=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C3C is #3FD3C3. Grayscale: #5A5A5A. Windows color (decimal): -4182980 or 3943616. OLE color: 3943616.

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

Color convert

RGB 192 44 60 -
CMYK 0 0.77 0.69 0.25
HSL 353.51º 0.63% 0.46% -
HSV(B) 353.51º 0.77% 0.75% -
XYZ 23.45 13.33 5.61 -
YUV 90.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 192 44 60 0 0.77 0.69 0.25 353.51 0.63 0.46
Hex C0 2C 3C 0 4D 45 19 162 3F 2E
Octal 300 54 74 0 115 105 31 542 77 56
Binary 11000000 101100 111100 0 1001101 1000101 11001 101100010 111111 101110

Color Harmonies of #C02C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C3C

Black with #C02C3C

Text Example


Text Example

White with #C02C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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