Html Css Color HEX #C02C3F Brick Red

📋 copy color: '#C02C3F'

red 192 ◦ green 44 ◦ blue 63

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

Shades of Brick Red #C02C3F

Tints of Brick Red #C02C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.07%

R = 64.21%
G = 14.72%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C02C3F (or 0xC02C3F) is known color: Brick Red. HEX triplet: C0, 2C and 3F. RGB value is (192,44,63). Sum of RGB (Red+Green+Blue) = 192+44+63=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C3F is #3FD3C0. Grayscale: #5A5A5A. Windows color (decimal): -4182977 or 4140224. OLE color: 4140224.

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

Color convert

RGB 192 44 63 -
CMYK 0 0.77 0.67 0.25
HSL 352.3º 0.63% 0.46% -
HSV(B) 352.3º 0.77% 0.75% -
XYZ 23.54 13.37 6.04 -
YUV 90.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 192 44 63 0 0.77 0.67 0.25 352.3 0.63 0.46
Hex C0 2C 3F 0 4D 43 19 160 3F 2E
Octal 300 54 77 0 115 103 31 540 77 56
Binary 11000000 101100 111111 0 1001101 1000011 11001 101100000 111111 101110

Color Harmonies of #C02C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C3F

Black with #C02C3F

Text Example


Text Example

White with #C02C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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