Html Css Color HEX #C02D45 Brick Red

📋 copy color: '#C02D45'

red 192 ◦ green 45 ◦ blue 69

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

Shades of Brick Red #C02D45

Tints of Brick Red #C02D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 62.75%
G = 14.71%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C02D45 (or 0xC02D45) is known color: Brick Red. HEX triplet: C0, 2D and 45. RGB value is (192,45,69). Sum of RGB (Red+Green+Blue) = 192+45+69=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02D45 is #3FD2BA. Grayscale: #5B5B5B. Windows color (decimal): -4182715 or 4533696. OLE color: 4533696.

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

Color convert

RGB 192 45 69 -
CMYK 0 0.77 0.64 0.25
HSL 350.2º 0.62% 0.46% -
HSV(B) 350.2º 0.77% 0.75% -
XYZ 23.75 13.51 6.99 -
YUV 91.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 192 45 69 0 0.77 0.64 0.25 350.2 0.62 0.46
Hex C0 2D 45 0 4D 40 19 15E 3E 2E
Octal 300 55 105 0 115 100 31 536 76 56
Binary 11000000 101101 1000101 0 1001101 1000000 11001 101011110 111110 101110

Color Harmonies of #C02D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02D45

Black with #C02D45

Text Example


Text Example

White with #C02D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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