Html Css Color HEX #B24A26 Rose Of Sharon

📋 copy color: '#B24A26'

red 178 ◦ green 74 ◦ blue 38

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

Shades of Rose Of Sharon #B24A26

Tints of Rose Of Sharon #B24A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.1%

R = 61.38%
G = 25.52%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B24A26 (or 0xB24A26) is known color: Rose Of Sharon. HEX triplet: B2, 4A and 26. RGB value is (178,74,38). Sum of RGB (Red+Green+Blue) = 178+74+38=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A26 is #4DB5D9. Grayscale: #656565. Windows color (decimal): -5092826 or 2509490. OLE color: 2509490.

HSL color Cylindrical-coordinate representation of color #B24A26: hue angle of 15.43º degrees, saturation: 0.65, 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 #B24A26 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 74 38 -
CMYK 0 0.58 0.79 0.30
HSL 15.43º 0.65% 0.42% -
HSV(B) 15.43º 0.79% 0.7% -
XYZ 21.16 14.5 3.52 -
YUV 100.99 92.46 182.93 -
System Red Green Blue C M Y K H S L
Decimal 178 74 38 0 0.58 0.79 0.30 15.43 0.65 0.42
Hex B2 4A 26 0 3A 4F 1E F 41 2A
Octal 262 112 46 0 72 117 36 17 101 52
Binary 10110010 1001010 100110 0 111010 1001111 11110 1111 1000001 101010

Color Harmonies of #B24A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A26

Black with #B24A26

Text Example


Text Example

White with #B24A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A26; }

 p { color: rgb(178,74,38); }

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

background-color css

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

 a { background-color: rgb(178,74,38); }

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

border-color css

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

 span { border-color: rgb(178,74,38); }

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