Html Css Color HEX #B73727 Medium Carmine

📋 copy color: '#B73727'

red 183 ◦ green 55 ◦ blue 39

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

Shades of Medium Carmine #B73727

Tints of Medium Carmine #B73727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

 BLUE value IS 39 (15.63% from 255) = 14.08%

R = 66.06%
G = 19.86%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B73727 (or 0xB73727) is known color: Medium Carmine. HEX triplet: B7, 37 and 27. RGB value is (183,55,39). Sum of RGB (Red+Green+Blue) = 183+55+39=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B73727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73727 is #48C8D8. Grayscale: #5B5B5B. Windows color (decimal): -4770009 or 2570167. OLE color: 2570167.

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

Color convert

RGB 183 55 39 -
CMYK 0 0.70 0.79 0.28
HSL 6.67º 0.65% 0.44% -
HSV(B) 6.67º 0.79% 0.72% -
XYZ 21.26 12.95 3.3 -
YUV 91.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 183 55 39 0 0.70 0.79 0.28 6.67 0.65 0.44
Hex B7 37 27 0 46 4F 1C 7 41 2C
Octal 267 67 47 0 106 117 34 7 101 54
Binary 10110111 110111 100111 0 1000110 1001111 11100 111 1000001 101100

Color Harmonies of #B73727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73727

Black with #B73727

Text Example


Text Example

White with #B73727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73727; }

 p { color: rgb(183,55,39); }

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

background-color css

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

 a { background-color: rgb(183,55,39); }

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

border-color css

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

 span { border-color: rgb(183,55,39); }

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