Html Css Color HEX #B5362A Medium Carmine

📋 copy color: '#B5362A'

red 181 ◦ green 54 ◦ blue 42

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

Shades of Medium Carmine #B5362A

Tints of Medium Carmine #B5362A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.49%

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

R = 65.34%
G = 19.49%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5362A (or 0xB5362A) is known color: Medium Carmine. HEX triplet: B5, 36 and 2A. RGB value is (181,54,42). Sum of RGB (Red+Green+Blue) = 181+54+42=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5362A is #4AC9D5. Grayscale: #5A5A5A. Windows color (decimal): -4901334 or 2766517. OLE color: 2766517.

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

Color convert

RGB 181 54 42 -
CMYK 0 0.70 0.77 0.29
HSL 5.18º 0.62% 0.44% -
HSV(B) 5.18º 0.77% 0.71% -
XYZ 20.79 12.63 3.53 -
YUV 90.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 181 54 42 0 0.70 0.77 0.29 5.18 0.62 0.44
Hex B5 36 2A 0 46 4D 1D 5 3E 2C
Octal 265 66 52 0 106 115 35 5 76 54
Binary 10110101 110110 101010 0 1000110 1001101 11101 101 111110 101100

Color Harmonies of #B5362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5362A

Black with #B5362A

Text Example


Text Example

White with #B5362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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