Html Css Color HEX #C73045 Brick Red

📋 copy color: '#C73045'

red 199 ◦ green 48 ◦ blue 69

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

Shades of Brick Red #C73045

Tints of Brick Red #C73045

RGB

 RED value IS 199 (78.13% from 255) = 62.97%

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 62.97%
G = 15.19%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C73045 (or 0xC73045) is known color: Brick Red. HEX triplet: C7, 30 and 45. RGB value is (199,48,69). Sum of RGB (Red+Green+Blue) = 199+48+69=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C73045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73045 is #38CFBA. Grayscale: #5F5F5F. Windows color (decimal): -3723195 or 4534471. OLE color: 4534471.

HSL color Cylindrical-coordinate representation of color #C73045: hue angle of 351.66º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73045 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 48 69 -
CMYK 0 0.76 0.65 0.22
HSL 351.66º 0.61% 0.48% -
HSV(B) 351.66º 0.76% 0.78% -
XYZ 25.68 14.69 7.11 -
YUV 95.54 113.03 201.79 -
System Red Green Blue C M Y K H S L
Decimal 199 48 69 0 0.76 0.65 0.22 351.66 0.61 0.48
Hex C7 30 45 0 4C 41 16 160 3D 30
Octal 307 60 105 0 114 101 26 540 75 60
Binary 11000111 110000 1000101 0 1001100 1000001 10110 101100000 111101 110000

Color Harmonies of #C73045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73045

Black with #C73045

Text Example


Text Example

White with #C73045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73045; }

 p { color: rgb(199,48,69); }

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

background-color css

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

 a { background-color: rgb(199,48,69); }

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

border-color css

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

 span { border-color: rgb(199,48,69); }

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