Html Css Color HEX #B44527 Rose Of Sharon

📋 copy color: '#B44527'

red 180 ◦ green 69 ◦ blue 39

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

Shades of Rose Of Sharon #B44527

Tints of Rose Of Sharon #B44527

RGB

 RED value IS 180 (70.7% from 255) = 62.5%

 GREEN value IS 69 (27.34% from 255) = 23.96%

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 62.5%
G = 23.96%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B44527 (or 0xB44527) is known color: Rose Of Sharon. HEX triplet: B4, 45 and 27. RGB value is (180,69,39). Sum of RGB (Red+Green+Blue) = 180+69+39=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B44527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44527 is #4BBAD8. Grayscale: #636363. Windows color (decimal): -4963033 or 2573748. OLE color: 2573748.

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

Color convert

RGB 180 69 39 -
CMYK 0 0.62 0.78 0.29
HSL 12.77º 0.64% 0.43% -
HSV(B) 12.77º 0.78% 0.71% -
XYZ 21.32 14.11 3.52 -
YUV 98.77 94.27 185.94 -
System Red Green Blue C M Y K H S L
Decimal 180 69 39 0 0.62 0.78 0.29 12.77 0.64 0.43
Hex B4 45 27 0 3E 4E 1D D 40 2B
Octal 264 105 47 0 76 116 35 15 100 53
Binary 10110100 1000101 100111 0 111110 1001110 11101 1101 1000000 101011

Color Harmonies of #B44527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44527

Black with #B44527

Text Example


Text Example

White with #B44527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44527; }

 p { color: rgb(180,69,39); }

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

background-color css

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

 a { background-color: rgb(180,69,39); }

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

border-color css

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

 span { border-color: rgb(180,69,39); }

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