Html Css Color HEX #B73C29 Medium Carmine

📋 copy color: '#B73C29'

red 183 ◦ green 60 ◦ blue 41

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

Shades of Medium Carmine #B73C29

Tints of Medium Carmine #B73C29

RGB

 RED value IS 183 (71.88% from 255) = 64.44%

 GREEN value IS 60 (23.83% from 255) = 21.13%

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 64.44%
G = 21.13%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B73C29 (or 0xB73C29) is known color: Medium Carmine. HEX triplet: B7, 3C and 29. RGB value is (183,60,41). Sum of RGB (Red+Green+Blue) = 183+60+41=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C29 is #48C3D6. Grayscale: #5E5E5E. Windows color (decimal): -4768727 or 2702519. OLE color: 2702519.

HSL color Cylindrical-coordinate representation of color #B73C29: hue angle of 8.03º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B73C29 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 60 41 -
CMYK 0 0.67 0.78 0.28
HSL 8.03º 0.63% 0.44% -
HSV(B) 8.03º 0.78% 0.72% -
XYZ 21.54 13.46 3.56 -
YUV 94.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 183 60 41 0 0.67 0.78 0.28 8.03 0.63 0.44
Hex B7 3C 29 0 43 4E 1C 8 3F 2C
Octal 267 74 51 0 103 116 34 10 77 54
Binary 10110111 111100 101001 0 1000011 1001110 11100 1000 111111 101100

Color Harmonies of #B73C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C29

Black with #B73C29

Text Example


Text Example

White with #B73C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C29; }

 p { color: rgb(183,60,41); }

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

background-color css

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

 a { background-color: rgb(183,60,41); }

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

border-color css

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

 span { border-color: rgb(183,60,41); }

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