Html Css Color HEX #B5392F Medium Carmine

📋 copy color: '#B5392F'

red 181 ◦ green 57 ◦ blue 47

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

Shades of Medium Carmine #B5392F

Tints of Medium Carmine #B5392F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 63.51%
G = 20%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5392F (or 0xB5392F) is known color: Medium Carmine. HEX triplet: B5, 39 and 2F. RGB value is (181,57,47). Sum of RGB (Red+Green+Blue) = 181+57+47=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B5392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5392F is #4AC6D0. Grayscale: #5D5D5D. Windows color (decimal): -4900561 or 3094965. OLE color: 3094965.

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

Color convert

RGB 181 57 47 -
CMYK 0 0.69 0.74 0.29
HSL 4.48º 0.59% 0.45% -
HSV(B) 4.48º 0.74% 0.71% -
XYZ 21.03 12.96 4.08 -
YUV 92.94 102.08 190.81 -
System Red Green Blue C M Y K H S L
Decimal 181 57 47 0 0.69 0.74 0.29 4.48 0.59 0.45
Hex B5 39 2F 0 45 4A 1D 4 3B 2D
Octal 265 71 57 0 105 112 35 4 73 55
Binary 10110101 111001 101111 0 1000101 1001010 11101 100 111011 101101

Color Harmonies of #B5392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5392F

Black with #B5392F

Text Example


Text Example

White with #B5392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5392F; }

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

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

background-color css

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

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

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

border-color css

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

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

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