Html Css Color HEX #B5452A Medium Carmine

📋 copy color: '#B5452A'

red 181 ◦ green 69 ◦ blue 42

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

Shades of Medium Carmine #B5452A

Tints of Medium Carmine #B5452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.63%

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

R = 61.99%
G = 23.63%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5452A (or 0xB5452A) is known color: Medium Carmine. HEX triplet: B5, 45 and 2A. RGB value is (181,69,42). Sum of RGB (Red+Green+Blue) = 181+69+42=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5452A is #4ABAD5. Grayscale: #636363. Windows color (decimal): -4897494 or 2770357. OLE color: 2770357.

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

Color convert

RGB 181 69 42 -
CMYK 0 0.62 0.77 0.29
HSL 11.65º 0.62% 0.44% -
HSV(B) 11.65º 0.77% 0.71% -
XYZ 21.6 14.25 3.8 -
YUV 99.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 181 69 42 0 0.62 0.77 0.29 11.65 0.62 0.44
Hex B5 45 2A 0 3E 4D 1D C 3E 2C
Octal 265 105 52 0 76 115 35 14 76 54
Binary 10110101 1000101 101010 0 111110 1001101 11101 1100 111110 101100

Color Harmonies of #B5452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5452A

Black with #B5452A

Text Example


Text Example

White with #B5452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5452A; }

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

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

background-color css

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

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

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

border-color css

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

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

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