Html Css Color HEX #B54130 Medium Carmine

📋 copy color: '#B54130'

red 181 ◦ green 65 ◦ blue 48

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

Shades of Medium Carmine #B54130

Tints of Medium Carmine #B54130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.33%

R = 61.56%
G = 22.11%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B54130 (or 0xB54130) is known color: Medium Carmine. HEX triplet: B5, 41 and 30. RGB value is (181,65,48). Sum of RGB (Red+Green+Blue) = 181+65+48=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B54130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54130 is #4ABECF. Grayscale: #616161. Windows color (decimal): -4898512 or 3162549. OLE color: 3162549.

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

Color convert

RGB 181 65 48 -
CMYK 0 0.64 0.73 0.29
HSL 7.67º 0.58% 0.45% -
HSV(B) 7.67º 0.73% 0.71% -
XYZ 21.48 13.82 4.33 -
YUV 97.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 181 65 48 0 0.64 0.73 0.29 7.67 0.58 0.45
Hex B5 41 30 0 40 49 1D 8 3A 2D
Octal 265 101 60 0 100 111 35 10 72 55
Binary 10110101 1000001 110000 0 1000000 1001001 11101 1000 111010 101101

Color Harmonies of #B54130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54130

Black with #B54130

Text Example


Text Example

White with #B54130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54130; }

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

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

background-color css

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

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

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

border-color css

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

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

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