Html Css Color HEX #B53F2B Medium Carmine

📋 copy color: '#B53F2B'

red 181 ◦ green 63 ◦ blue 43

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

Shades of Medium Carmine #B53F2B

Tints of Medium Carmine #B53F2B

RGB

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

 GREEN value IS 63 (25% from 255) = 21.95%

 BLUE value IS 43 (17.19% from 255) = 14.98%

R = 63.07%
G = 21.95%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B53F2B (or 0xB53F2B) is known color: Medium Carmine. HEX triplet: B5, 3F and 2B. RGB value is (181,63,43). Sum of RGB (Red+Green+Blue) = 181+63+43=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53F2B is #4AC0D4. Grayscale: #606060. Windows color (decimal): -4899029 or 2834357. OLE color: 2834357.

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

Color convert

RGB 181 63 43 -
CMYK 0 0.65 0.76 0.29
HSL 8.7º 0.62% 0.44% -
HSV(B) 8.7º 0.76% 0.71% -
XYZ 21.27 13.55 3.78 -
YUV 96 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 181 63 43 0 0.65 0.76 0.29 8.7 0.62 0.44
Hex B5 3F 2B 0 41 4C 1D 9 3E 2C
Octal 265 77 53 0 101 114 35 11 76 54
Binary 10110101 111111 101011 0 1000001 1001100 11101 1001 111110 101100

Color Harmonies of #B53F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53F2B

Black with #B53F2B

Text Example


Text Example

White with #B53F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53F2B; }

 p { color: rgb(181,63,43); }

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

background-color css

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

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

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

border-color css

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

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

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