Html Css Color HEX #B5332D Medium Carmine

📋 copy color: '#B5332D'

red 181 ◦ green 51 ◦ blue 45

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

Shades of Medium Carmine #B5332D

Tints of Medium Carmine #B5332D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 65.34%
G = 18.41%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5332D (or 0xB5332D) is known color: Medium Carmine. HEX triplet: B5, 33 and 2D. RGB value is (181,51,45). Sum of RGB (Red+Green+Blue) = 181+51+45=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5332D is #4ACCD2. Grayscale: #595959. Windows color (decimal): -4902099 or 2962357. OLE color: 2962357.

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

Color convert

RGB 181 51 45 -
CMYK 0 0.72 0.75 0.29
HSL 2.65º 0.6% 0.44% -
HSV(B) 2.65º 0.75% 0.71% -
XYZ 20.71 12.38 3.78 -
YUV 89.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 181 51 45 0 0.72 0.75 0.29 2.65 0.6 0.44
Hex B5 33 2D 0 48 4B 1D 3 3C 2C
Octal 265 63 55 0 110 113 35 3 74 54
Binary 10110101 110011 101101 0 1001000 1001011 11101 11 111100 101100

Color Harmonies of #B5332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5332D

Black with #B5332D

Text Example


Text Example

White with #B5332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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