Html Css Color HEX #C03145 Brick Red

📋 copy color: '#C03145'

red 192 ◦ green 49 ◦ blue 69

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

Shades of Brick Red #C03145

Tints of Brick Red #C03145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

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

R = 61.94%
G = 15.81%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C03145 (or 0xC03145) is known color: Brick Red. HEX triplet: C0, 31 and 45. RGB value is (192,49,69). Sum of RGB (Red+Green+Blue) = 192+49+69=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C03145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03145 is #3FCEBA. Grayscale: #5E5E5E. Windows color (decimal): -4181691 or 4534720. OLE color: 4534720.

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

Color convert

RGB 192 49 69 -
CMYK 0 0.74 0.64 0.25
HSL 351.61º 0.59% 0.47% -
HSV(B) 351.61º 0.74% 0.75% -
XYZ 23.91 13.83 7.04 -
YUV 94.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 192 49 69 0 0.74 0.64 0.25 351.61 0.59 0.47
Hex C0 31 45 0 4A 40 19 160 3B 2F
Octal 300 61 105 0 112 100 31 540 73 57
Binary 11000000 110001 1000101 0 1001010 1000000 11001 101100000 111011 101111

Color Harmonies of #C03145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03145

Black with #C03145

Text Example


Text Example

White with #C03145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03145; }

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

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

background-color css

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

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

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

border-color css

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

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

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