Html Css Color HEX #B5392B Medium Carmine

📋 copy color: '#B5392B'

red 181 ◦ green 57 ◦ blue 43

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

Shades of Medium Carmine #B5392B

Tints of Medium Carmine #B5392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 64.41%
G = 20.28%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5392B (or 0xB5392B) is known color: Medium Carmine. HEX triplet: B5, 39 and 2B. RGB value is (181,57,43). Sum of RGB (Red+Green+Blue) = 181+57+43=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5392B is #4AC6D4. Grayscale: #5C5C5C. Windows color (decimal): -4900565 or 2832821. OLE color: 2832821.

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

Color convert

RGB 181 57 43 -
CMYK 0 0.69 0.76 0.29
HSL 6.09º 0.62% 0.44% -
HSV(B) 6.09º 0.76% 0.71% -
XYZ 20.96 12.92 3.68 -
YUV 92.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 181 57 43 0 0.69 0.76 0.29 6.09 0.62 0.44
Hex B5 39 2B 0 45 4C 1D 6 3E 2C
Octal 265 71 53 0 105 114 35 6 76 54
Binary 10110101 111001 101011 0 1000101 1001100 11101 110 111110 101100

Color Harmonies of #B5392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5392B

Black with #B5392B

Text Example


Text Example

White with #B5392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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