Html Css Color HEX #B04425 Rose Of Sharon

📋 copy color: '#B04425'

red 176 ◦ green 68 ◦ blue 37

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

Shades of Rose Of Sharon #B04425

Tints of Rose Of Sharon #B04425

RGB

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

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

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

R = 62.63%
G = 24.2%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B04425 (or 0xB04425) is known color: Rose Of Sharon. HEX triplet: B0, 44 and 25. RGB value is (176,68,37). Sum of RGB (Red+Green+Blue) = 176+68+37=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B04425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04425 is #4FBBDA. Grayscale: #606060. Windows color (decimal): -5225435 or 2442416. OLE color: 2442416.

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

Color convert

RGB 176 68 37 -
CMYK 0 0.61 0.79 0.31
HSL 13.38º 0.65% 0.42% -
HSV(B) 13.38º 0.79% 0.69% -
XYZ 20.31 13.5 3.29 -
YUV 96.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 176 68 37 0 0.61 0.79 0.31 13.38 0.65 0.42
Hex B0 44 25 0 3D 4F 1F D 41 2A
Octal 260 104 45 0 75 117 37 15 101 52
Binary 10110000 1000100 100101 0 111101 1001111 11111 1101 1000001 101010

Color Harmonies of #B04425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04425

Black with #B04425

Text Example


Text Example

White with #B04425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04425; }

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

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

background-color css

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

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

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

border-color css

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

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

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