Html Css Color HEX #C03C45 Brick Red

📋 copy color: '#C03C45'

red 192 ◦ green 60 ◦ blue 69

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

Shades of Brick Red #C03C45

Tints of Brick Red #C03C45

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.69%

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

R = 59.81%
G = 18.69%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C03C45 (or 0xC03C45) is known color: Brick Red. HEX triplet: C0, 3C and 45. RGB value is (192,60,69). Sum of RGB (Red+Green+Blue) = 192+60+69=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C45 is #3FC3BA. Grayscale: #646464. Windows color (decimal): -4178875 or 4537536. OLE color: 4537536.

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

Color convert

RGB 192 60 69 -
CMYK 0 0.69 0.64 0.25
HSL 355.91º 0.52% 0.49% -
HSV(B) 355.91º 0.69% 0.75% -
XYZ 24.43 14.87 7.21 -
YUV 100.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 192 60 69 0 0.69 0.64 0.25 355.91 0.52 0.49
Hex C0 3C 45 0 45 40 19 164 34 31
Octal 300 74 105 0 105 100 31 544 64 61
Binary 11000000 111100 1000101 0 1000101 1000000 11001 101100100 110100 110001

Color Harmonies of #C03C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C45

Black with #C03C45

Text Example


Text Example

White with #C03C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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