Html Css Color HEX #B04A30 Rose Of Sharon

📋 copy color: '#B04A30'

red 176 ◦ green 74 ◦ blue 48

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

Shades of Rose Of Sharon #B04A30

Tints of Rose Of Sharon #B04A30

RGB

 RED value IS 176 (69.14% from 255) = 59.06%

 GREEN value IS 74 (29.3% from 255) = 24.83%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 59.06%
G = 24.83%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B04A30 (or 0xB04A30) is known color: Rose Of Sharon. HEX triplet: B0, 4A and 30. RGB value is (176,74,48). Sum of RGB (Red+Green+Blue) = 176+74+48=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A30 is #4FB5CF. Grayscale: #656565. Windows color (decimal): -5223888 or 3164848. OLE color: 3164848.

HSL color Cylindrical-coordinate representation of color #B04A30: hue angle of 12.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B04A30 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 74 48 -
CMYK 0 0.58 0.73 0.31
HSL 12.19º 0.57% 0.44% -
HSV(B) 12.19º 0.73% 0.69% -
XYZ 20.89 14.34 4.46 -
YUV 101.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 176 74 48 0 0.58 0.73 0.31 12.19 0.57 0.44
Hex B0 4A 30 0 3A 49 1F C 39 2C
Octal 260 112 60 0 72 111 37 14 71 54
Binary 10110000 1001010 110000 0 111010 1001001 11111 1100 111001 101100

Color Harmonies of #B04A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04A30

Black with #B04A30

Text Example


Text Example

White with #B04A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04A30; }

 p { color: rgb(176,74,48); }

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

background-color css

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

 a { background-color: rgb(176,74,48); }

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

border-color css

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

 span { border-color: rgb(176,74,48); }

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