Html Css Color HEX #B73B28 Medium Carmine

📋 copy color: '#B73B28'

red 183 ◦ green 59 ◦ blue 40

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

Shades of Medium Carmine #B73B28

Tints of Medium Carmine #B73B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 64.89%
G = 20.92%
B = 14.18%

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

#B73B28 (or 0xB73B28) is known color: Medium Carmine. HEX triplet: B7, 3B and 28. RGB value is (183,59,40). Sum of RGB (Red+Green+Blue) = 183+59+40=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B28 is #48C4D7. Grayscale: #5E5E5E. Windows color (decimal): -4768984 or 2636727. OLE color: 2636727.

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

Color convert

RGB 183 59 40 -
CMYK 0 0.68 0.78 0.28
HSL 7.97º 0.64% 0.44% -
HSV(B) 7.97º 0.78% 0.72% -
XYZ 21.48 13.35 3.45 -
YUV 93.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 183 59 40 0 0.68 0.78 0.28 7.97 0.64 0.44
Hex B7 3B 28 0 44 4E 1C 8 40 2C
Octal 267 73 50 0 104 116 34 10 100 54
Binary 10110111 111011 101000 0 1000100 1001110 11100 1000 1000000 101100

Color Harmonies of #B73B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B28

Black with #B73B28

Text Example


Text Example

White with #B73B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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