Html Css Color HEX #B5332B Medium Carmine

📋 copy color: '#B5332B'

red 181 ◦ green 51 ◦ blue 43

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

Shades of Medium Carmine #B5332B

Tints of Medium Carmine #B5332B

RGB

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

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

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

R = 65.82%
G = 18.55%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5332B (or 0xB5332B) is known color: Medium Carmine. HEX triplet: B5, 33 and 2B. RGB value is (181,51,43). Sum of RGB (Red+Green+Blue) = 181+51+43=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5332B is #4ACCD4. Grayscale: #595959. Windows color (decimal): -4902101 or 2831285. OLE color: 2831285.

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

Color convert

RGB 181 51 43 -
CMYK 0 0.72 0.76 0.29
HSL 3.48º 0.62% 0.44% -
HSV(B) 3.48º 0.76% 0.71% -
XYZ 20.68 12.37 3.58 -
YUV 88.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 181 51 43 0 0.72 0.76 0.29 3.48 0.62 0.44
Hex B5 33 2B 0 48 4C 1D 3 3E 2C
Octal 265 63 53 0 110 114 35 3 76 54
Binary 10110101 110011 101011 0 1001000 1001100 11101 11 111110 101100

Color Harmonies of #B5332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5332B

Black with #B5332B

Text Example


Text Example

White with #B5332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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