Html Css Color HEX #BF4200 Rust

📋 copy color: '#BF4200'

red 191 ◦ green 66 ◦ blue 0

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

Shades of Rust #BF4200

Tints of Rust #BF4200

RGB

 RED value IS 191 (75% from 255) = 74.32%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.32%
G = 25.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF4200 (or 0xBF4200) is known color: Rust. HEX triplet: BF, 42 and 00. RGB value is (191,66,0). Sum of RGB (Red+Green+Blue) = 191+66+0=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4200 is #40BDFF. Grayscale: #606060. Windows color (decimal): -4242944 or 17087. OLE color: 17087.

HSL color Cylindrical-coordinate representation of color #BF4200: hue angle of 20.73º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF4200 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 66 0 -
CMYK 0 0.65 1 0.25
HSL 20.73º 1% 0.37% -
HSV(B) 20.73º 1% 0.75% -
XYZ 23.43 14.97 1.65 -
YUV 95.85 73.91 195.87 -
System Red Green Blue C M Y K H S L
Decimal 191 66 0 0 0.65 1 0.25 20.73 1 0.37
Hex BF 42 0 0 41 64 19 15 64 25
Octal 277 102 0 0 101 144 31 25 144 45
Binary 10111111 1000010 0 0 1000001 1100100 11001 10101 1100100 100101

Color Harmonies of #BF4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4200

Black with #BF4200

Text Example


Text Example

White with #BF4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4200; }

 p { color: rgb(191,66,0); }

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

background-color css

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

 a { background-color: rgb(191,66,0); }

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

border-color css

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

 span { border-color: rgb(191,66,0); }

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