Html Css Color HEX #B5332A Medium Carmine

📋 copy color: '#B5332A'

red 181 ◦ green 51 ◦ blue 42

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

Shades of Medium Carmine #B5332A

Tints of Medium Carmine #B5332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 66.06%
G = 18.61%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5332A (or 0xB5332A) is known color: Medium Carmine. HEX triplet: B5, 33 and 2A. RGB value is (181,51,42). Sum of RGB (Red+Green+Blue) = 181+51+42=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B5332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5332A is #4ACCD5. Grayscale: #595959. Windows color (decimal): -4902102 or 2765749. OLE color: 2765749.

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

Color convert

RGB 181 51 42 -
CMYK 0 0.72 0.77 0.29
HSL 3.88º 0.62% 0.44% -
HSV(B) 3.88º 0.77% 0.71% -
XYZ 20.66 12.36 3.49 -
YUV 88.84 101.57 193.73 -
System Red Green Blue C M Y K H S L
Decimal 181 51 42 0 0.72 0.77 0.29 3.88 0.62 0.44
Hex B5 33 2A 0 48 4D 1D 4 3E 2C
Octal 265 63 52 0 110 115 35 4 76 54
Binary 10110101 110011 101010 0 1001000 1001101 11101 100 111110 101100

Color Harmonies of #B5332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5332A

Black with #B5332A

Text Example


Text Example

White with #B5332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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