Html Css Color HEX #B24901 Rust

📋 copy color: '#B24901'

red 178 ◦ green 73 ◦ blue 1

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

Shades of Rust #B24901

Tints of Rust #B24901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.97%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 70.63%
G = 28.97%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B24901 (or 0xB24901) is known color: Rust. HEX triplet: B2, 49 and 01. RGB value is (178,73,1). Sum of RGB (Red+Green+Blue) = 178+73+1=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B24901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24901 is #4DB6FE. Grayscale: #606060. Windows color (decimal): -5093119 or 84402. OLE color: 84402.

HSL color Cylindrical-coordinate representation of color #B24901: hue angle of 24.41º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B24901 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 1 -
CMYK 0 0.59 0.99 0.30
HSL 24.41º 0.99% 0.35% -
HSV(B) 24.41º 0.99% 0.7% -
XYZ 20.75 14.23 1.68 -
YUV 96.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 178 73 1 0 0.59 0.99 0.30 24.41 0.99 0.35
Hex B2 49 1 0 3B 63 1E 18 63 23
Octal 262 111 1 0 73 143 36 30 143 43
Binary 10110010 1001001 1 0 111011 1100011 11110 11000 1100011 100011

Color Harmonies of #B24901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24901

Black with #B24901

Text Example


Text Example

White with #B24901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24901; }

 p { color: rgb(178,73,1); }

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

background-color css

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

 a { background-color: rgb(178,73,1); }

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

border-color css

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

 span { border-color: rgb(178,73,1); }

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