Html Css Color HEX #B5452E Medium Carmine

📋 copy color: '#B5452E'

red 181 ◦ green 69 ◦ blue 46

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

Shades of Medium Carmine #B5452E

Tints of Medium Carmine #B5452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 61.15%
G = 23.31%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5452E (or 0xB5452E) is known color: Medium Carmine. HEX triplet: B5, 45 and 2E. RGB value is (181,69,46). Sum of RGB (Red+Green+Blue) = 181+69+46=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5452E is #4ABAD1. Grayscale: #646464. Windows color (decimal): -4897490 or 3032501. OLE color: 3032501.

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

Color convert

RGB 181 69 46 -
CMYK 0 0.62 0.75 0.29
HSL 10.22º 0.59% 0.45% -
HSV(B) 10.22º 0.75% 0.71% -
XYZ 21.68 14.28 4.2 -
YUV 99.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 181 69 46 0 0.62 0.75 0.29 10.22 0.59 0.45
Hex B5 45 2E 0 3E 4B 1D A 3B 2D
Octal 265 105 56 0 76 113 35 12 73 55
Binary 10110101 1000101 101110 0 111110 1001011 11101 1010 111011 101101

Color Harmonies of #B5452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5452E

Black with #B5452E

Text Example


Text Example

White with #B5452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5452E; }

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

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

background-color css

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

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

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

border-color css

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

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

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