Html Css Color HEX #B04201 Rust

📋 copy color: '#B04201'

red 176 ◦ green 66 ◦ blue 1

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

Shades of Rust #B04201

Tints of Rust #B04201

RGB

 RED value IS 176 (69.14% from 255) = 72.43%

 GREEN value IS 66 (26.17% from 255) = 27.16%

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

R = 72.43%
G = 27.16%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B04201 (or 0xB04201) is known color: Rust. HEX triplet: B0, 42 and 01. RGB value is (176,66,1). Sum of RGB (Red+Green+Blue) = 176+66+1=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B04201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04201 is #4FBDFE. Grayscale: #5B5B5B. Windows color (decimal): -5225983 or 82608. OLE color: 82608.

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

Color convert

RGB 176 66 1 -
CMYK 0 0.62 0.99 0.31
HSL 22.29º 0.99% 0.35% -
HSV(B) 22.29º 0.99% 0.69% -
XYZ 19.86 13.13 1.52 -
YUV 91.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 176 66 1 0 0.62 0.99 0.31 22.29 0.99 0.35
Hex B0 42 1 0 3E 63 1F 16 63 23
Octal 260 102 1 0 76 143 37 26 143 43
Binary 10110000 1000010 1 0 111110 1100011 11111 10110 1100011 100011

Color Harmonies of #B04201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04201

Black with #B04201

Text Example


Text Example

White with #B04201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04201; }

 p { color: rgb(176,66,1); }

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

background-color css

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

 a { background-color: rgb(176,66,1); }

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

border-color css

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

 span { border-color: rgb(176,66,1); }

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