Html Css Color HEX #B5462B Medium Carmine

📋 copy color: '#B5462B'

red 181 ◦ green 70 ◦ blue 43

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

Shades of Medium Carmine #B5462B

Tints of Medium Carmine #B5462B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.81%

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

R = 61.56%
G = 23.81%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5462B (or 0xB5462B) is known color: Medium Carmine. HEX triplet: B5, 46 and 2B. RGB value is (181,70,43). Sum of RGB (Red+Green+Blue) = 181+70+43=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5462B is #4AB9D4. Grayscale: #646464. Windows color (decimal): -4897237 or 2836149. OLE color: 2836149.

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

Color convert

RGB 181 70 43 -
CMYK 0 0.61 0.76 0.29
HSL 11.74º 0.62% 0.44% -
HSV(B) 11.74º 0.76% 0.71% -
XYZ 21.68 14.38 3.92 -
YUV 100.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 181 70 43 0 0.61 0.76 0.29 11.74 0.62 0.44
Hex B5 46 2B 0 3D 4C 1D C 3E 2C
Octal 265 106 53 0 75 114 35 14 76 54
Binary 10110101 1000110 101011 0 111101 1001100 11101 1100 111110 101100

Color Harmonies of #B5462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5462B

Black with #B5462B

Text Example


Text Example

White with #B5462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5462B; }

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

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

background-color css

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

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

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

border-color css

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

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

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