Html Css Color HEX #C03F45 Brick Red

📋 copy color: '#C03F45'

red 192 ◦ green 63 ◦ blue 69

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

Shades of Brick Red #C03F45

Tints of Brick Red #C03F45

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

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

R = 59.26%
G = 19.44%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C03F45 (or 0xC03F45) is known color: Brick Red. HEX triplet: C0, 3F and 45. RGB value is (192,63,69). Sum of RGB (Red+Green+Blue) = 192+63+69=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03F45 is #3FC0BA. Grayscale: #666666. Windows color (decimal): -4178107 or 4538304. OLE color: 4538304.

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

Color convert

RGB 192 63 69 -
CMYK 0 0.67 0.64 0.25
HSL 357.21º 0.51% 0.5% -
HSV(B) 357.21º 0.67% 0.75% -
XYZ 24.59 15.19 7.27 -
YUV 102.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 192 63 69 0 0.67 0.64 0.25 357.21 0.51 0.5
Hex C0 3F 45 0 43 40 19 165 33 32
Octal 300 77 105 0 103 100 31 545 63 62
Binary 11000000 111111 1000101 0 1000011 1000000 11001 101100101 110011 110010

Color Harmonies of #C03F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F45

Black with #C03F45

Text Example


Text Example

White with #C03F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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