Html Css Color HEX #B5392D Medium Carmine

📋 copy color: '#B5392D'

red 181 ◦ green 57 ◦ blue 45

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

Shades of Medium Carmine #B5392D

Tints of Medium Carmine #B5392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.14%

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

R = 63.96%
G = 20.14%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5392D (or 0xB5392D) is known color: Medium Carmine. HEX triplet: B5, 39 and 2D. RGB value is (181,57,45). Sum of RGB (Red+Green+Blue) = 181+57+45=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B5392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5392D is #4AC6D2. Grayscale: #5C5C5C. Windows color (decimal): -4900563 or 2963893. OLE color: 2963893.

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

Color convert

RGB 181 57 45 -
CMYK 0 0.69 0.75 0.29
HSL 5.29º 0.6% 0.44% -
HSV(B) 5.29º 0.75% 0.71% -
XYZ 20.99 12.94 3.87 -
YUV 92.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 181 57 45 0 0.69 0.75 0.29 5.29 0.6 0.44
Hex B5 39 2D 0 45 4B 1D 5 3C 2C
Octal 265 71 55 0 105 113 35 5 74 54
Binary 10110101 111001 101101 0 1000101 1001011 11101 101 111100 101100

Color Harmonies of #B5392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5392D

Black with #B5392D

Text Example


Text Example

White with #B5392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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