Html Css Color HEX #B24925 Rose Of Sharon

📋 copy color: '#B24925'

red 178 ◦ green 73 ◦ blue 37

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

Shades of Rose Of Sharon #B24925

Tints of Rose Of Sharon #B24925

RGB

 RED value IS 178 (69.92% from 255) = 61.81%

 GREEN value IS 73 (28.91% from 255) = 25.35%

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

R = 61.81%
G = 25.35%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B24925 (or 0xB24925) is known color: Rose Of Sharon. HEX triplet: B2, 49 and 25. RGB value is (178,73,37). Sum of RGB (Red+Green+Blue) = 178+73+37=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B24925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24925 is #4DB6DA. Grayscale: #646464. Windows color (decimal): -5093083 or 2443698. OLE color: 2443698.

HSL color Cylindrical-coordinate representation of color #B24925: hue angle of 15.32º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B24925 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 37 -
CMYK 0 0.59 0.79 0.30
HSL 15.32º 0.66% 0.42% -
HSV(B) 15.32º 0.79% 0.7% -
XYZ 21.08 14.36 3.41 -
YUV 100.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 178 73 37 0 0.59 0.79 0.30 15.32 0.66 0.42
Hex B2 49 25 0 3B 4F 1E F 42 2A
Octal 262 111 45 0 73 117 36 17 102 52
Binary 10110010 1001001 100101 0 111011 1001111 11110 1111 1000010 101010

Color Harmonies of #B24925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24925

Black with #B24925

Text Example


Text Example

White with #B24925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24925; }

 p { color: rgb(178,73,37); }

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

background-color css

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

 a { background-color: rgb(178,73,37); }

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

border-color css

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

 span { border-color: rgb(178,73,37); }

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