Html Css Color HEX #B14428 Rose Of Sharon

📋 copy color: '#B14428'

red 177 ◦ green 68 ◦ blue 40

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

Shades of Rose Of Sharon #B14428

Tints of Rose Of Sharon #B14428

RGB

 RED value IS 177 (69.53% from 255) = 62.11%

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

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 62.11%
G = 23.86%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B14428 (or 0xB14428) is known color: Rose Of Sharon. HEX triplet: B1, 44 and 28. RGB value is (177,68,40). Sum of RGB (Red+Green+Blue) = 177+68+40=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B14428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14428 is #4EBBD7. Grayscale: #616161. Windows color (decimal): -5159896 or 2639025. OLE color: 2639025.

HSL color Cylindrical-coordinate representation of color #B14428: hue angle of 12.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B14428 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 40 -
CMYK 0 0.62 0.77 0.31
HSL 12.26º 0.63% 0.43% -
HSV(B) 12.26º 0.77% 0.69% -
XYZ 20.58 13.63 3.55 -
YUV 97.4 95.61 184.78 -
System Red Green Blue C M Y K H S L
Decimal 177 68 40 0 0.62 0.77 0.31 12.26 0.63 0.43
Hex B1 44 28 0 3E 4D 1F C 3F 2B
Octal 261 104 50 0 76 115 37 14 77 53
Binary 10110001 1000100 101000 0 111110 1001101 11111 1100 111111 101011

Color Harmonies of #B14428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14428

Black with #B14428

Text Example


Text Example

White with #B14428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14428; }

 p { color: rgb(177,68,40); }

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

background-color css

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

 a { background-color: rgb(177,68,40); }

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

border-color css

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

 span { border-color: rgb(177,68,40); }

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