Html Css Color HEX #C73A48 Brick Red

📋 copy color: '#C73A48'

red 199 ◦ green 58 ◦ blue 72

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

Shades of Brick Red #C73A48

Tints of Brick Red #C73A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.88%

R = 60.49%
G = 17.63%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C73A48 (or 0xC73A48) is known color: Brick Red. HEX triplet: C7, 3A and 48. RGB value is (199,58,72). Sum of RGB (Red+Green+Blue) = 199+58+72=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A48 is #38C5B7. Grayscale: #656565. Windows color (decimal): -3720632 or 4733639. OLE color: 4733639.

HSL color Cylindrical-coordinate representation of color #C73A48: hue angle of 354.04º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73A48 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 58 72 -
CMYK 0 0.71 0.64 0.22
HSL 354.04º 0.56% 0.5% -
HSV(B) 354.04º 0.71% 0.78% -
XYZ 26.24 15.64 7.77 -
YUV 101.76 111.21 197.36 -
System Red Green Blue C M Y K H S L
Decimal 199 58 72 0 0.71 0.64 0.22 354.04 0.56 0.5
Hex C7 3A 48 0 47 40 16 162 38 32
Octal 307 72 110 0 107 100 26 542 70 62
Binary 11000111 111010 1001000 0 1000111 1000000 10110 101100010 111000 110010

Color Harmonies of #C73A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A48

Black with #C73A48

Text Example


Text Example

White with #C73A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A48; }

 p { color: rgb(199,58,72); }

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

background-color css

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

 a { background-color: rgb(199,58,72); }

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

border-color css

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

 span { border-color: rgb(199,58,72); }

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