Html Css Color HEX #B73F32 Medium Carmine

📋 copy color: '#B73F32'

red 183 ◦ green 63 ◦ blue 50

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

Shades of Medium Carmine #B73F32

Tints of Medium Carmine #B73F32

RGB

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

 GREEN value IS 63 (25% from 255) = 21.28%

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

R = 61.82%
G = 21.28%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B73F32 (or 0xB73F32) is known color: Medium Carmine. HEX triplet: B7, 3F and 32. RGB value is (183,63,50). Sum of RGB (Red+Green+Blue) = 183+63+50=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F32 is #48C0CD. Grayscale: #616161. Windows color (decimal): -4767950 or 3293111. OLE color: 3293111.

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

Color convert

RGB 183 63 50 -
CMYK 0 0.66 0.73 0.28
HSL 5.86º 0.57% 0.46% -
HSV(B) 5.86º 0.73% 0.72% -
XYZ 21.88 13.85 4.54 -
YUV 97.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 183 63 50 0 0.66 0.73 0.28 5.86 0.57 0.46
Hex B7 3F 32 0 42 49 1C 6 39 2E
Octal 267 77 62 0 102 111 34 6 71 56
Binary 10110111 111111 110010 0 1000010 1001001 11100 110 111001 101110

Color Harmonies of #B73F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F32

Black with #B73F32

Text Example


Text Example

White with #B73F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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