Html Css Color HEX #B54135 Medium Carmine

📋 copy color: '#B54135'

red 181 ◦ green 65 ◦ blue 53

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

Shades of Medium Carmine #B54135

Tints of Medium Carmine #B54135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.74%

 BLUE value IS 53 (21.09% from 255) = 17.73%

R = 60.54%
G = 21.74%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B54135 (or 0xB54135) is known color: Medium Carmine. HEX triplet: B5, 41 and 35. RGB value is (181,65,53). Sum of RGB (Red+Green+Blue) = 181+65+53=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B54135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54135 is #4ABECA. Grayscale: #626262. Windows color (decimal): -4898507 or 3490229. OLE color: 3490229.

HSL color Cylindrical-coordinate representation of color #B54135: hue angle of 5.62º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B54135 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 65 53 -
CMYK 0 0.64 0.71 0.29
HSL 5.63º 0.55% 0.46% -
HSV(B) 5.63º 0.71% 0.71% -
XYZ 21.59 13.86 4.91 -
YUV 98.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 181 65 53 0 0.64 0.71 0.29 5.63 0.55 0.46
Hex B5 41 35 0 40 47 1D 6 37 2E
Octal 265 101 65 0 100 107 35 6 67 56
Binary 10110101 1000001 110101 0 1000000 1000111 11101 110 110111 101110

Color Harmonies of #B54135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54135

Black with #B54135

Text Example


Text Example

White with #B54135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54135; }

 p { color: rgb(181,65,53); }

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

background-color css

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

 a { background-color: rgb(181,65,53); }

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

border-color css

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

 span { border-color: rgb(181,65,53); }

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