Html Css Color HEX #B95024 Red Stage

📋 copy color: '#B95024'

red 185 ◦ green 80 ◦ blue 36

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

Shades of Red Stage #B95024

Tints of Red Stage #B95024

RGB

 RED value IS 185 (72.66% from 255) = 61.46%

 GREEN value IS 80 (31.64% from 255) = 26.58%

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 61.46%
G = 26.58%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B95024 (or 0xB95024) is known color: Red Stage. HEX triplet: B9, 50 and 24. RGB value is (185,80,36). Sum of RGB (Red+Green+Blue) = 185+80+36=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B95024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95024 is #46AFDB. Grayscale: #6A6A6A. Windows color (decimal): -4632540 or 2379961. OLE color: 2379961.

HSL color Cylindrical-coordinate representation of color #B95024: hue angle of 17.72º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B95024 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 36 -
CMYK 0 0.57 0.81 0.27
HSL 17.72º 0.67% 0.43% -
HSV(B) 17.72º 0.81% 0.73% -
XYZ 23.19 16.18 3.57 -
YUV 106.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 185 80 36 0 0.57 0.81 0.27 17.72 0.67 0.43
Hex B9 50 24 0 39 51 1B 12 43 2B
Octal 271 120 44 0 71 121 33 22 103 53
Binary 10111001 1010000 100100 0 111001 1010001 11011 10010 1000011 101011

Color Harmonies of #B95024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95024

Black with #B95024

Text Example


Text Example

White with #B95024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95024; }

 p { color: rgb(185,80,36); }

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

background-color css

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

 a { background-color: rgb(185,80,36); }

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

border-color css

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

 span { border-color: rgb(185,80,36); }

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