Html Css Color HEX #B93833 Medium Carmine

📋 copy color: '#B93833'

red 185 ◦ green 56 ◦ blue 51

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

Shades of Medium Carmine #B93833

Tints of Medium Carmine #B93833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

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

R = 63.36%
G = 19.18%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93833 (or 0xB93833) is known color: Medium Carmine. HEX triplet: B9, 38 and 33. RGB value is (185,56,51). Sum of RGB (Red+Green+Blue) = 185+56+51=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B93833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93833 is #46C7CC. Grayscale: #5E5E5E. Windows color (decimal): -4638669 or 3356857. OLE color: 3356857.

HSL color Cylindrical-coordinate representation of color #B93833: hue angle of 2.24º 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 #B93833 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 56 51 -
CMYK 0 0.70 0.72 0.27
HSL 2.24º 0.57% 0.46% -
HSV(B) 2.24º 0.72% 0.73% -
XYZ 22.02 13.38 4.55 -
YUV 94 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 185 56 51 0 0.70 0.72 0.27 2.24 0.57 0.46
Hex B9 38 33 0 46 48 1B 2 39 2E
Octal 271 70 63 0 106 110 33 2 71 56
Binary 10111001 111000 110011 0 1000110 1001000 11011 10 111001 101110

Color Harmonies of #B93833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93833

Black with #B93833

Text Example


Text Example

White with #B93833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93833; }

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

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

background-color css

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

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

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

border-color css

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

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

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