Html Css Color HEX #B73626 Medium Carmine

📋 copy color: '#B73626'

red 183 ◦ green 54 ◦ blue 38

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

Shades of Medium Carmine #B73626

Tints of Medium Carmine #B73626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.64%

 BLUE value IS 38 (15.23% from 255) = 13.82%

R = 66.55%
G = 19.64%
B = 13.82%

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

#B73626 (or 0xB73626) is known color: Medium Carmine. HEX triplet: B7, 36 and 26. RGB value is (183,54,38). Sum of RGB (Red+Green+Blue) = 183+54+38=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B73626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73626 is #48C9D9. Grayscale: #5A5A5A. Windows color (decimal): -4770266 or 2504375. OLE color: 2504375.

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

Color convert

RGB 183 54 38 -
CMYK 0 0.70 0.79 0.28
HSL 6.62º 0.66% 0.43% -
HSV(B) 6.62º 0.79% 0.72% -
XYZ 21.2 12.85 3.2 -
YUV 90.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 183 54 38 0 0.70 0.79 0.28 6.62 0.66 0.43
Hex B7 36 26 0 46 4F 1C 7 42 2B
Octal 267 66 46 0 106 117 34 7 102 53
Binary 10110111 110110 100110 0 1000110 1001111 11100 111 1000010 101011

Color Harmonies of #B73626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73626

Black with #B73626

Text Example


Text Example

White with #B73626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73626; }

 p { color: rgb(183,54,38); }

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

background-color css

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

 a { background-color: rgb(183,54,38); }

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

border-color css

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

 span { border-color: rgb(183,54,38); }

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