Html Css Color HEX #B73B29 Medium Carmine

📋 copy color: '#B73B29'

red 183 ◦ green 59 ◦ blue 41

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

Shades of Medium Carmine #B73B29

Tints of Medium Carmine #B73B29

RGB

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

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

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

R = 64.66%
G = 20.85%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B73B29 (or 0xB73B29) is known color: Medium Carmine. HEX triplet: B7, 3B and 29. RGB value is (183,59,41). Sum of RGB (Red+Green+Blue) = 183+59+41=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B29 is #48C4D6. Grayscale: #5E5E5E. Windows color (decimal): -4768983 or 2702263. OLE color: 2702263.

HSL color Cylindrical-coordinate representation of color #B73B29: hue angle of 7.61º 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 #B73B29 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 41 -
CMYK 0 0.68 0.78 0.28
HSL 7.61º 0.63% 0.44% -
HSV(B) 7.61º 0.78% 0.72% -
XYZ 21.49 13.36 3.54 -
YUV 94.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 183 59 41 0 0.68 0.78 0.28 7.61 0.63 0.44
Hex B7 3B 29 0 44 4E 1C 8 3F 2C
Octal 267 73 51 0 104 116 34 10 77 54
Binary 10110111 111011 101001 0 1000100 1001110 11100 1000 111111 101100

Color Harmonies of #B73B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B29

Black with #B73B29

Text Example


Text Example

White with #B73B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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