Html Css Color HEX #B34423 Rose Of Sharon

📋 copy color: '#B34423'

red 179 ◦ green 68 ◦ blue 35

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

Shades of Rose Of Sharon #B34423

Tints of Rose Of Sharon #B34423

RGB

 RED value IS 179 (70.31% from 255) = 63.48%

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

 BLUE value IS 35 (14.06% from 255) = 12.41%

R = 63.48%
G = 24.11%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B34423 (or 0xB34423) is known color: Rose Of Sharon. HEX triplet: B3, 44 and 23. RGB value is (179,68,35). Sum of RGB (Red+Green+Blue) = 179+68+35=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B34423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34423 is #4CBBDC. Grayscale: #616161. Windows color (decimal): -5028829 or 2311347. OLE color: 2311347.

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

Color convert

RGB 179 68 35 -
CMYK 0 0.62 0.80 0.30
HSL 13.75º 0.67% 0.42% -
HSV(B) 13.75º 0.8% 0.7% -
XYZ 20.96 13.84 3.16 -
YUV 97.43 92.77 186.18 -
System Red Green Blue C M Y K H S L
Decimal 179 68 35 0 0.62 0.80 0.30 13.75 0.67 0.42
Hex B3 44 23 0 3E 50 1E E 43 2A
Octal 263 104 43 0 76 120 36 16 103 52
Binary 10110011 1000100 100011 0 111110 1010000 11110 1110 1000011 101010

Color Harmonies of #B34423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34423

Black with #B34423

Text Example


Text Example

White with #B34423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34423; }

 p { color: rgb(179,68,35); }

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

background-color css

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

 a { background-color: rgb(179,68,35); }

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

border-color css

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

 span { border-color: rgb(179,68,35); }

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