Html Css Color HEX #C03A45 Brick Red

📋 copy color: '#C03A45'

red 192 ◦ green 58 ◦ blue 69

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

Shades of Brick Red #C03A45

Tints of Brick Red #C03A45

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.18%

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

R = 60.19%
G = 18.18%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C03A45 (or 0xC03A45) is known color: Brick Red. HEX triplet: C0, 3A and 45. RGB value is (192,58,69). Sum of RGB (Red+Green+Blue) = 192+58+69=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A45 is #3FC5BA. Grayscale: #636363. Windows color (decimal): -4179387 or 4537024. OLE color: 4537024.

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

Color convert

RGB 192 58 69 -
CMYK 0 0.70 0.64 0.25
HSL 355.07º 0.54% 0.49% -
HSV(B) 355.07º 0.7% 0.75% -
XYZ 24.33 14.66 7.18 -
YUV 99.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 192 58 69 0 0.70 0.64 0.25 355.07 0.54 0.49
Hex C0 3A 45 0 46 40 19 163 36 31
Octal 300 72 105 0 106 100 31 543 66 61
Binary 11000000 111010 1000101 0 1000110 1000000 11001 101100011 110110 110001

Color Harmonies of #C03A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A45

Black with #C03A45

Text Example


Text Example

White with #C03A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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