Html Css Color HEX #B14424 Rose Of Sharon

📋 copy color: '#B14424'

red 177 ◦ green 68 ◦ blue 36

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

Shades of Rose Of Sharon #B14424

Tints of Rose Of Sharon #B14424

RGB

 RED value IS 177 (69.53% from 255) = 62.99%

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

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 62.99%
G = 24.2%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B14424 (or 0xB14424) is known color: Rose Of Sharon. HEX triplet: B1, 44 and 24. RGB value is (177,68,36). Sum of RGB (Red+Green+Blue) = 177+68+36=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B14424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14424 is #4EBBDB. Grayscale: #616161. Windows color (decimal): -5159900 or 2376881. OLE color: 2376881.

HSL color Cylindrical-coordinate representation of color #B14424: hue angle of 13.62º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B14424 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 36 -
CMYK 0 0.62 0.80 0.31
HSL 13.62º 0.66% 0.42% -
HSV(B) 13.62º 0.8% 0.69% -
XYZ 20.52 13.61 3.21 -
YUV 96.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 177 68 36 0 0.62 0.80 0.31 13.62 0.66 0.42
Hex B1 44 24 0 3E 50 1F E 42 2A
Octal 261 104 44 0 76 120 37 16 102 52
Binary 10110001 1000100 100100 0 111110 1010000 11111 1110 1000010 101010

Color Harmonies of #B14424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14424

Black with #B14424

Text Example


Text Example

White with #B14424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14424; }

 p { color: rgb(177,68,36); }

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

background-color css

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

 a { background-color: rgb(177,68,36); }

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

border-color css

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

 span { border-color: rgb(177,68,36); }

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