Html Css Color HEX #B83401 Rust

📋 copy color: '#B83401'

red 184 ◦ green 52 ◦ blue 1

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

Shades of Rust #B83401

Tints of Rust #B83401

RGB

 RED value IS 184 (72.27% from 255) = 77.64%

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 77.64%
G = 21.94%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B83401 (or 0xB83401) is known color: Rust. HEX triplet: B8, 34 and 01. RGB value is (184,52,1). Sum of RGB (Red+Green+Blue) = 184+52+1=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B83401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83401 is #47CBFE. Grayscale: #555555. Windows color (decimal): -4705279 or 79032. OLE color: 79032.

HSL color Cylindrical-coordinate representation of color #B83401: hue angle of 16.72º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B83401 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 52 1 -
CMYK 0 0.72 0.99 0.28
HSL 16.72º 0.99% 0.36% -
HSV(B) 16.72º 0.99% 0.72% -
XYZ 21 12.65 1.36 -
YUV 85.65 80.23 198.15 -
System Red Green Blue C M Y K H S L
Decimal 184 52 1 0 0.72 0.99 0.28 16.72 0.99 0.36
Hex B8 34 1 0 48 63 1C 11 63 24
Octal 270 64 1 0 110 143 34 21 143 44
Binary 10111000 110100 1 0 1001000 1100011 11100 10001 1100011 100100

Color Harmonies of #B83401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83401

Black with #B83401

Text Example


Text Example

White with #B83401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83401; }

 p { color: rgb(184,52,1); }

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

background-color css

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

 a { background-color: rgb(184,52,1); }

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

border-color css

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

 span { border-color: rgb(184,52,1); }

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