Html Css Color HEX #B44425 Rose Of Sharon

📋 copy color: '#B44425'

red 180 ◦ green 68 ◦ blue 37

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

Shades of Rose Of Sharon #B44425

Tints of Rose Of Sharon #B44425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 37 (14.84% from 255) = 12.98%

R = 63.16%
G = 23.86%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B44425 (or 0xB44425) is known color: Rose Of Sharon. HEX triplet: B4, 44 and 25. RGB value is (180,68,37). Sum of RGB (Red+Green+Blue) = 180+68+37=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B44425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44425 is #4BBBDA. Grayscale: #626262. Windows color (decimal): -4963291 or 2442420. OLE color: 2442420.

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

Color convert

RGB 180 68 37 -
CMYK 0 0.62 0.79 0.29
HSL 13.01º 0.66% 0.43% -
HSV(B) 13.01º 0.79% 0.71% -
XYZ 21.22 13.97 3.33 -
YUV 97.95 93.61 186.52 -
System Red Green Blue C M Y K H S L
Decimal 180 68 37 0 0.62 0.79 0.29 13.01 0.66 0.43
Hex B4 44 25 0 3E 4F 1D D 42 2B
Octal 264 104 45 0 76 117 35 15 102 53
Binary 10110100 1000100 100101 0 111110 1001111 11101 1101 1000010 101011

Color Harmonies of #B44425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44425

Black with #B44425

Text Example


Text Example

White with #B44425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44425; }

 p { color: rgb(180,68,37); }

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

background-color css

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

 a { background-color: rgb(180,68,37); }

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

border-color css

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

 span { border-color: rgb(180,68,37); }

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