Html Css Color HEX #B94533 Medium Carmine

📋 copy color: '#B94533'

red 185 ◦ green 69 ◦ blue 51

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

Shades of Medium Carmine #B94533

Tints of Medium Carmine #B94533

RGB

 RED value IS 185 (72.66% from 255) = 60.66%

 GREEN value IS 69 (27.34% from 255) = 22.62%

 BLUE value IS 51 (20.31% from 255) = 16.72%

R = 60.66%
G = 22.62%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B94533 (or 0xB94533) is known color: Medium Carmine. HEX triplet: B9, 45 and 33. RGB value is (185,69,51). Sum of RGB (Red+Green+Blue) = 185+69+51=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B94533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94533 is #46BACC. Grayscale: #656565. Windows color (decimal): -4635341 or 3360185. OLE color: 3360185.

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

Color convert

RGB 185 69 51 -
CMYK 0 0.63 0.72 0.27
HSL 8.06º 0.57% 0.46% -
HSV(B) 8.06º 0.72% 0.73% -
XYZ 22.73 14.81 4.79 -
YUV 101.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 185 69 51 0 0.63 0.72 0.27 8.06 0.57 0.46
Hex B9 45 33 0 3F 48 1B 8 39 2E
Octal 271 105 63 0 77 110 33 10 71 56
Binary 10111001 1000101 110011 0 111111 1001000 11011 1000 111001 101110

Color Harmonies of #B94533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94533

Black with #B94533

Text Example


Text Example

White with #B94533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94533; }

 p { color: rgb(185,69,51); }

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

background-color css

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

 a { background-color: rgb(185,69,51); }

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

border-color css

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

 span { border-color: rgb(185,69,51); }

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