Html Css Color HEX #C02D44 Brick Red

📋 copy color: '#C02D44'

red 192 ◦ green 45 ◦ blue 68

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

Shades of Brick Red #C02D44

Tints of Brick Red #C02D44

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

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

R = 62.95%
G = 14.75%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C02D44 (or 0xC02D44) is known color: Brick Red. HEX triplet: C0, 2D and 44. RGB value is (192,45,68). Sum of RGB (Red+Green+Blue) = 192+45+68=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02D44 is #3FD2BB. Grayscale: #5B5B5B. Windows color (decimal): -4182716 or 4468160. OLE color: 4468160.

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

Color convert

RGB 192 45 68 -
CMYK 0 0.77 0.65 0.25
HSL 350.61º 0.62% 0.46% -
HSV(B) 350.61º 0.77% 0.75% -
XYZ 23.72 13.5 6.82 -
YUV 91.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 192 45 68 0 0.77 0.65 0.25 350.61 0.62 0.46
Hex C0 2D 44 0 4D 41 19 15F 3E 2E
Octal 300 55 104 0 115 101 31 537 76 56
Binary 11000000 101101 1000100 0 1001101 1000001 11001 101011111 111110 101110

Color Harmonies of #C02D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D44

Black with #C02D44

Text Example


Text Example

White with #C02D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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