Html Css Color HEX #C73647 Brick Red

📋 copy color: '#C73647'

red 199 ◦ green 54 ◦ blue 71

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

Shades of Brick Red #C73647

Tints of Brick Red #C73647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

 BLUE value IS 71 (28.13% from 255) = 21.91%

R = 61.42%
G = 16.67%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C73647 (or 0xC73647) is known color: Brick Red. HEX triplet: C7, 36 and 47. RGB value is (199,54,71). Sum of RGB (Red+Green+Blue) = 199+54+71=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C73647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73647 is #38C9B8. Grayscale: #636363. Windows color (decimal): -3721657 or 4667079. OLE color: 4667079.

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

Color convert

RGB 199 54 71 -
CMYK 0 0.73 0.64 0.22
HSL 352.97º 0.57% 0.5% -
HSV(B) 352.97º 0.73% 0.78% -
XYZ 26.01 15.24 7.53 -
YUV 99.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 199 54 71 0 0.73 0.64 0.22 352.97 0.57 0.5
Hex C7 36 47 0 49 40 16 161 39 32
Octal 307 66 107 0 111 100 26 541 71 62
Binary 11000111 110110 1000111 0 1001001 1000000 10110 101100001 111001 110010

Color Harmonies of #C73647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73647

Black with #C73647

Text Example


Text Example

White with #C73647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73647; }

 p { color: rgb(199,54,71); }

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

background-color css

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

 a { background-color: rgb(199,54,71); }

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

border-color css

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

 span { border-color: rgb(199,54,71); }

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