Html Css Color HEX #B04421 Rose Of Sharon

📋 copy color: '#B04421'

red 176 ◦ green 68 ◦ blue 33

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

Shades of Rose Of Sharon #B04421

Tints of Rose Of Sharon #B04421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 63.54%
G = 24.55%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B04421 (or 0xB04421) is known color: Rose Of Sharon. HEX triplet: B0, 44 and 21. RGB value is (176,68,33). Sum of RGB (Red+Green+Blue) = 176+68+33=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B04421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04421 is #4FBBDE. Grayscale: #606060. Windows color (decimal): -5225439 or 2180272. OLE color: 2180272.

HSL color Cylindrical-coordinate representation of color #B04421: hue angle of 14.69º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B04421 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 33 -
CMYK 0 0.61 0.81 0.31
HSL 14.69º 0.68% 0.41% -
HSV(B) 14.69º 0.81% 0.69% -
XYZ 20.25 13.47 2.97 -
YUV 96.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 176 68 33 0 0.61 0.81 0.31 14.69 0.68 0.41
Hex B0 44 21 0 3D 51 1F F 44 29
Octal 260 104 41 0 75 121 37 17 104 51
Binary 10110000 1000100 100001 0 111101 1010001 11111 1111 1000100 101001

Color Harmonies of #B04421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04421

Black with #B04421

Text Example


Text Example

White with #B04421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04421; }

 p { color: rgb(176,68,33); }

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

background-color css

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

 a { background-color: rgb(176,68,33); }

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

border-color css

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

 span { border-color: rgb(176,68,33); }

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