Html Css Color HEX #B44426 Rose Of Sharon

📋 copy color: '#B44426'

red 180 ◦ green 68 ◦ blue 38

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

Shades of Rose Of Sharon #B44426

Tints of Rose Of Sharon #B44426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 62.94%
G = 23.78%
B = 13.29%

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

#B44426 (or 0xB44426) is known color: Rose Of Sharon. HEX triplet: B4, 44 and 26. RGB value is (180,68,38). Sum of RGB (Red+Green+Blue) = 180+68+38=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B44426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44426 is #4BBBD9. Grayscale: #626262. Windows color (decimal): -4963290 or 2507956. OLE color: 2507956.

HSL color Cylindrical-coordinate representation of color #B44426: hue angle of 12.68º degrees, saturation: 0.65, 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 #B44426 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 68 38 -
CMYK 0 0.62 0.79 0.29
HSL 12.68º 0.65% 0.43% -
HSV(B) 12.68º 0.79% 0.71% -
XYZ 21.24 13.98 3.41 -
YUV 98.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 180 68 38 0 0.62 0.79 0.29 12.68 0.65 0.43
Hex B4 44 26 0 3E 4F 1D D 41 2B
Octal 264 104 46 0 76 117 35 15 101 53
Binary 10110100 1000100 100110 0 111110 1001111 11101 1101 1000001 101011

Color Harmonies of #B44426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44426

Black with #B44426

Text Example


Text Example

White with #B44426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44426; }

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

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

background-color css

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

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

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

border-color css

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

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

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