Html Css Color HEX #B5483B Medium Carmine

📋 copy color: '#B5483B'

red 181 ◦ green 72 ◦ blue 59

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

Shades of Medium Carmine #B5483B

Tints of Medium Carmine #B5483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.08%

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 58.01%
G = 23.08%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5483B (or 0xB5483B) is known color: Medium Carmine. HEX triplet: B5, 48 and 3B. RGB value is (181,72,59). Sum of RGB (Red+Green+Blue) = 181+72+59=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5483B is #4AB7C4. Grayscale: #676767. Windows color (decimal): -4896709 or 3885237. OLE color: 3885237.

HSL color Cylindrical-coordinate representation of color #B5483B: hue angle of 6.39º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5483B is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 72 59 -
CMYK 0 0.60 0.67 0.29
HSL 6.39º 0.51% 0.47% -
HSV(B) 6.39º 0.67% 0.71% -
XYZ 22.16 14.77 5.82 -
YUV 103.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 181 72 59 0 0.60 0.67 0.29 6.39 0.51 0.47
Hex B5 48 3B 0 3C 43 1D 6 33 2F
Octal 265 110 73 0 74 103 35 6 63 57
Binary 10110101 1001000 111011 0 111100 1000011 11101 110 110011 101111

Color Harmonies of #B5483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5483B

Black with #B5483B

Text Example


Text Example

White with #B5483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5483B; }

 p { color: rgb(181,72,59); }

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

background-color css

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

 a { background-color: rgb(181,72,59); }

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

border-color css

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

 span { border-color: rgb(181,72,59); }

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