Html Css Color HEX #C73B46 Brick Red

📋 copy color: '#C73B46'

red 199 ◦ green 59 ◦ blue 70

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

Shades of Brick Red #C73B46

Tints of Brick Red #C73B46

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 60.67%
G = 17.99%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C73B46 (or 0xC73B46) is known color: Brick Red. HEX triplet: C7, 3B and 46. RGB value is (199,59,70). Sum of RGB (Red+Green+Blue) = 199+59+70=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B46 is #38C4B9. Grayscale: #666666. Windows color (decimal): -3720378 or 4602823. OLE color: 4602823.

HSL color Cylindrical-coordinate representation of color #C73B46: hue angle of 355.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B46 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 59 70 -
CMYK 0 0.70 0.65 0.22
HSL 355.29º 0.56% 0.51% -
HSV(B) 355.29º 0.7% 0.78% -
XYZ 26.22 15.71 7.45 -
YUV 102.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 199 59 70 0 0.70 0.65 0.22 355.29 0.56 0.51
Hex C7 3B 46 0 46 41 16 163 38 33
Octal 307 73 106 0 106 101 26 543 70 63
Binary 11000111 111011 1000110 0 1000110 1000001 10110 101100011 111000 110011

Color Harmonies of #C73B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B46

Black with #C73B46

Text Example


Text Example

White with #C73B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B46; }

 p { color: rgb(199,59,70); }

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

background-color css

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

 a { background-color: rgb(199,59,70); }

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

border-color css

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

 span { border-color: rgb(199,59,70); }

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