Html Css Color HEX #B5382B Medium Carmine

📋 copy color: '#B5382B'

red 181 ◦ green 56 ◦ blue 43

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

Shades of Medium Carmine #B5382B

Tints of Medium Carmine #B5382B

RGB

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

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

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

R = 64.64%
G = 20%
B = 15.36%

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

#B5382B (or 0xB5382B) is known color: Medium Carmine. HEX triplet: B5, 38 and 2B. RGB value is (181,56,43). Sum of RGB (Red+Green+Blue) = 181+56+43=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5382B is #4AC7D4. Grayscale: #5C5C5C. Windows color (decimal): -4900821 or 2832565. OLE color: 2832565.

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

Color convert

RGB 181 56 43 -
CMYK 0 0.69 0.76 0.29
HSL 5.65º 0.62% 0.44% -
HSV(B) 5.65º 0.76% 0.71% -
XYZ 20.91 12.83 3.66 -
YUV 91.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 181 56 43 0 0.69 0.76 0.29 5.65 0.62 0.44
Hex B5 38 2B 0 45 4C 1D 6 3E 2C
Octal 265 70 53 0 105 114 35 6 76 54
Binary 10110101 111000 101011 0 1000101 1001100 11101 110 111110 101100

Color Harmonies of #B5382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5382B

Black with #B5382B

Text Example


Text Example

White with #B5382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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