Html Css Color HEX #B73922 Medium Carmine

📋 copy color: '#B73922'

red 183 ◦ green 57 ◦ blue 34

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

Shades of Medium Carmine #B73922

Tints of Medium Carmine #B73922

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.8%

 BLUE value IS 34 (13.67% from 255) = 12.41%

R = 66.79%
G = 20.8%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B73922 (or 0xB73922) is known color: Medium Carmine. HEX triplet: B7, 39 and 22. RGB value is (183,57,34). Sum of RGB (Red+Green+Blue) = 183+57+34=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B73922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73922 is #48C6DD. Grayscale: #5C5C5C. Windows color (decimal): -4769502 or 2242999. OLE color: 2242999.

HSL color Cylindrical-coordinate representation of color #B73922: hue angle of 9.26º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B73922 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 57 34 -
CMYK 0 0.69 0.81 0.28
HSL 9.26º 0.69% 0.43% -
HSV(B) 9.26º 0.81% 0.72% -
XYZ 21.28 13.11 2.92 -
YUV 92.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 183 57 34 0 0.69 0.81 0.28 9.26 0.69 0.43
Hex B7 39 22 0 45 51 1C 9 45 2B
Octal 267 71 42 0 105 121 34 11 105 53
Binary 10110111 111001 100010 0 1000101 1010001 11100 1001 1000101 101011

Color Harmonies of #B73922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73922

Black with #B73922

Text Example


Text Example

White with #B73922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73922; }

 p { color: rgb(183,57,34); }

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

background-color css

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

 a { background-color: rgb(183,57,34); }

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

border-color css

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

 span { border-color: rgb(183,57,34); }

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