Html Css Color HEX #B24601 Rust

📋 copy color: '#B24601'

red 178 ◦ green 70 ◦ blue 1

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

Shades of Rust #B24601

Tints of Rust #B24601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

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

R = 71.49%
G = 28.11%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B24601 (or 0xB24601) is known color: Rust. HEX triplet: B2, 46 and 01. RGB value is (178,70,1). Sum of RGB (Red+Green+Blue) = 178+70+1=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B24601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24601 is #4DB9FE. Grayscale: #5E5E5E. Windows color (decimal): -5093887 or 83634. OLE color: 83634.

HSL color Cylindrical-coordinate representation of color #B24601: hue angle of 23.39º 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 #B24601 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 1 -
CMYK 0 0.61 0.99 0.30
HSL 23.39º 0.99% 0.35% -
HSV(B) 23.39º 0.99% 0.7% -
XYZ 20.56 13.85 1.62 -
YUV 94.43 75.28 187.61 -
System Red Green Blue C M Y K H S L
Decimal 178 70 1 0 0.61 0.99 0.30 23.39 0.99 0.35
Hex B2 46 1 0 3D 63 1E 17 63 23
Octal 262 106 1 0 75 143 36 27 143 43
Binary 10110010 1000110 1 0 111101 1100011 11110 10111 1100011 100011

Color Harmonies of #B24601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24601

Black with #B24601

Text Example


Text Example

White with #B24601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24601; }

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

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

background-color css

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

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

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

border-color css

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

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

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