Html Css Color HEX #B5382D Medium Carmine

📋 copy color: '#B5382D'

red 181 ◦ green 56 ◦ blue 45

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

Shades of Medium Carmine #B5382D

Tints of Medium Carmine #B5382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

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

R = 64.18%
G = 19.86%
B = 15.96%

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

#B5382D (or 0xB5382D) is known color: Medium Carmine. HEX triplet: B5, 38 and 2D. RGB value is (181,56,45). Sum of RGB (Red+Green+Blue) = 181+56+45=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5382D is #4AC7D2. Grayscale: #5C5C5C. Windows color (decimal): -4900819 or 2963637. OLE color: 2963637.

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

Color convert

RGB 181 56 45 -
CMYK 0 0.69 0.75 0.29
HSL 4.85º 0.6% 0.44% -
HSV(B) 4.85º 0.75% 0.71% -
XYZ 20.94 12.84 3.86 -
YUV 92.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 181 56 45 0 0.69 0.75 0.29 4.85 0.6 0.44
Hex B5 38 2D 0 45 4B 1D 5 3C 2C
Octal 265 70 55 0 105 113 35 5 74 54
Binary 10110101 111000 101101 0 1000101 1001011 11101 101 111100 101100

Color Harmonies of #B5382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5382D

Black with #B5382D

Text Example


Text Example

White with #B5382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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