Html Css Color HEX #B24703 Rust

📋 copy color: '#B24703'

red 178 ◦ green 71 ◦ blue 3

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

Shades of Rust #B24703

Tints of Rust #B24703

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 70.63%
G = 28.17%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B24703 (or 0xB24703) is known color: Rust. HEX triplet: B2, 47 and 03. RGB value is (178,71,3). Sum of RGB (Red+Green+Blue) = 178+71+3=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B24703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24703 is #4DB8FC. Grayscale: #5F5F5F. Windows color (decimal): -5093629 or 214962. OLE color: 214962.

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

Color convert

RGB 178 71 3 -
CMYK 0 0.60 0.98 0.30
HSL 23.31º 0.97% 0.35% -
HSV(B) 23.31º 0.98% 0.7% -
XYZ 20.63 13.98 1.7 -
YUV 95.24 75.95 187.03 -
System Red Green Blue C M Y K H S L
Decimal 178 71 3 0 0.60 0.98 0.30 23.31 0.97 0.35
Hex B2 47 3 0 3C 62 1E 17 61 23
Octal 262 107 3 0 74 142 36 27 141 43
Binary 10110010 1000111 11 0 111100 1100010 11110 10111 1100001 100011

Color Harmonies of #B24703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24703

Black with #B24703

Text Example


Text Example

White with #B24703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24703; }

 p { color: rgb(178,71,3); }

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

background-color css

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

 a { background-color: rgb(178,71,3); }

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

border-color css

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

 span { border-color: rgb(178,71,3); }

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