Html Css Color HEX #B73A32 Medium Carmine

📋 copy color: '#B73A32'

red 183 ◦ green 58 ◦ blue 50

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

Shades of Medium Carmine #B73A32

Tints of Medium Carmine #B73A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.93%

 BLUE value IS 50 (19.92% from 255) = 17.18%

R = 62.89%
G = 19.93%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B73A32 (or 0xB73A32) is known color: Medium Carmine. HEX triplet: B7, 3A and 32. RGB value is (183,58,50). Sum of RGB (Red+Green+Blue) = 183+58+50=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73A32 is #48C5CD. Grayscale: #5E5E5E. Windows color (decimal): -4769230 or 3291831. OLE color: 3291831.

HSL color Cylindrical-coordinate representation of color #B73A32: hue angle of 3.61º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73A32 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 58 50 -
CMYK 0 0.68 0.73 0.28
HSL 3.61º 0.57% 0.46% -
HSV(B) 3.61º 0.73% 0.72% -
XYZ 21.62 13.32 4.45 -
YUV 94.46 102.91 191.15 -
System Red Green Blue C M Y K H S L
Decimal 183 58 50 0 0.68 0.73 0.28 3.61 0.57 0.46
Hex B7 3A 32 0 44 49 1C 4 39 2E
Octal 267 72 62 0 104 111 34 4 71 56
Binary 10110111 111010 110010 0 1000100 1001001 11100 100 111001 101110

Color Harmonies of #B73A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73A32

Black with #B73A32

Text Example


Text Example

White with #B73A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73A32; }

 p { color: rgb(183,58,50); }

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

background-color css

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

 a { background-color: rgb(183,58,50); }

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

border-color css

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

 span { border-color: rgb(183,58,50); }

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