Html Css Color HEX #B5392A Medium Carmine

📋 copy color: '#B5392A'

red 181 ◦ green 57 ◦ blue 42

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

Shades of Medium Carmine #B5392A

Tints of Medium Carmine #B5392A

RGB

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

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

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

R = 64.64%
G = 20.36%
B = 15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5392A (or 0xB5392A) is known color: Medium Carmine. HEX triplet: B5, 39 and 2A. RGB value is (181,57,42). Sum of RGB (Red+Green+Blue) = 181+57+42=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5392A is #4AC6D5. Grayscale: #5C5C5C. Windows color (decimal): -4900566 or 2767285. OLE color: 2767285.

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

Color convert

RGB 181 57 42 -
CMYK 0 0.69 0.77 0.29
HSL 6.47º 0.62% 0.44% -
HSV(B) 6.47º 0.77% 0.71% -
XYZ 20.94 12.92 3.58 -
YUV 92.37 99.58 191.22 -
System Red Green Blue C M Y K H S L
Decimal 181 57 42 0 0.69 0.77 0.29 6.47 0.62 0.44
Hex B5 39 2A 0 45 4D 1D 6 3E 2C
Octal 265 71 52 0 105 115 35 6 76 54
Binary 10110101 111001 101010 0 1000101 1001101 11101 110 111110 101100

Color Harmonies of #B5392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5392A

Black with #B5392A

Text Example


Text Example

White with #B5392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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