Html Css Color HEX #B54E1D Rose Of Sharon

📋 copy color: '#B54E1D'

red 181 ◦ green 78 ◦ blue 29

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

Shades of Rose Of Sharon #B54E1D

Tints of Rose Of Sharon #B54E1D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.08%

 BLUE value IS 29 (11.72% from 255) = 10.07%

R = 62.85%
G = 27.08%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B54E1D (or 0xB54E1D) is known color: Rose Of Sharon. HEX triplet: B5, 4E and 1D. RGB value is (181,78,29). Sum of RGB (Red+Green+Blue) = 181+78+29=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54E1D is #4AB1E2. Grayscale: #676767. Windows color (decimal): -4895203 or 1920693. OLE color: 1920693.

HSL color Cylindrical-coordinate representation of color #B54E1D: hue angle of 19.34º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B54E1D is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 78 29 -
CMYK 0 0.57 0.84 0.29
HSL 19.34º 0.72% 0.41% -
HSV(B) 19.34º 0.84% 0.71% -
XYZ 22 15.36 2.97 -
YUV 103.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 181 78 29 0 0.57 0.84 0.29 19.34 0.72 0.41
Hex B5 4E 1D 0 39 54 1D 13 48 29
Octal 265 116 35 0 71 124 35 23 110 51
Binary 10110101 1001110 11101 0 111001 1010100 11101 10011 1001000 101001

Color Harmonies of #B54E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54E1D

Black with #B54E1D

Text Example


Text Example

White with #B54E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54E1D; }

 p { color: rgb(181,78,29); }

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

background-color css

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

 a { background-color: rgb(181,78,29); }

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

border-color css

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

 span { border-color: rgb(181,78,29); }

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