Html Css Color HEX #B24A01 Rust

📋 copy color: '#B24A01'

red 178 ◦ green 74 ◦ blue 1

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

Shades of Rust #B24A01

Tints of Rust #B24A01

RGB

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

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

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

R = 70.36%
G = 29.25%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B24A01 (or 0xB24A01) is known color: Rust. HEX triplet: B2, 4A and 01. RGB value is (178,74,1). Sum of RGB (Red+Green+Blue) = 178+74+1=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24A01 is #4DB5FE. Grayscale: #616161. Windows color (decimal): -5092863 or 84658. OLE color: 84658.

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

Color convert

RGB 178 74 1 -
CMYK 0 0.58 0.99 0.30
HSL 24.75º 0.99% 0.35% -
HSV(B) 24.75º 0.99% 0.7% -
XYZ 20.81 14.36 1.7 -
YUV 96.77 73.96 185.94 -
System Red Green Blue C M Y K H S L
Decimal 178 74 1 0 0.58 0.99 0.30 24.75 0.99 0.35
Hex B2 4A 1 0 3A 63 1E 19 63 23
Octal 262 112 1 0 72 143 36 31 143 43
Binary 10110010 1001010 1 0 111010 1100011 11110 11001 1100011 100011

Color Harmonies of #B24A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A01

Black with #B24A01

Text Example


Text Example

White with #B24A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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