Html Css Color HEX #B53333 Medium Carmine

📋 copy color: '#B53333'

red 181 ◦ green 51 ◦ blue 51

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

Shades of Medium Carmine #B53333

Tints of Medium Carmine #B53333

RGB

 RED value IS 181 (71.09% from 255) = 63.96%

 GREEN value IS 51 (20.31% from 255) = 18.02%

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

R = 63.96%
G = 18.02%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B53333 (or 0xB53333) is known color: Medium Carmine. HEX triplet: B5, 33 and 33. RGB value is (181,51,51). Sum of RGB (Red+Green+Blue) = 181+51+51=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B53333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53333 is #4ACCCC. Grayscale: #5A5A5A. Windows color (decimal): -4902093 or 3355573. OLE color: 3355573.

HSL color Cylindrical-coordinate representation of color #B53333: hue angle of 0º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53333 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 51 -
CMYK 0 0.72 0.72 0.29
HSL 0.56% 0.45% -
HSV(B) 0.72% 0.71% -
XYZ 20.84 12.43 4.43 -
YUV 89.87 106.07 193 -
System Red Green Blue C M Y K H S L
Decimal 181 51 51 0 0.72 0.72 0.29 0 0.56 0.45
Hex B5 33 33 0 48 48 1D 0 38 2D
Octal 265 63 63 0 110 110 35 0 70 55
Binary 10110101 110011 110011 0 1001000 1001000 11101 0 111000 101101

Color Harmonies of #B53333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53333

Black with #B53333

Text Example


Text Example

White with #B53333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53333; }

 p { color: rgb(181,51,51); }

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

background-color css

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

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

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

border-color css

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

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

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