Html Css Color HEX #BF3501 Rust

📋 copy color: '#BF3501'

red 191 ◦ green 53 ◦ blue 1

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

Shades of Rust #BF3501

Tints of Rust #BF3501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

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

R = 77.96%
G = 21.63%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF3501 (or 0xBF3501) is known color: Rust. HEX triplet: BF, 35 and 01. RGB value is (191,53,1). Sum of RGB (Red+Green+Blue) = 191+53+1=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3501 is #40CAFE. Grayscale: #585858. Windows color (decimal): -4246271 or 79295. OLE color: 79295.

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

Color convert

RGB 191 53 1 -
CMYK 0 0.72 0.99 0.25
HSL 16.42º 0.99% 0.38% -
HSV(B) 16.42º 0.99% 0.75% -
XYZ 22.76 13.62 1.46 -
YUV 88.33 78.72 201.23 -
System Red Green Blue C M Y K H S L
Decimal 191 53 1 0 0.72 0.99 0.25 16.42 0.99 0.38
Hex BF 35 1 0 48 63 19 10 63 26
Octal 277 65 1 0 110 143 31 20 143 46
Binary 10111111 110101 1 0 1001000 1100011 11001 10000 1100011 100110

Color Harmonies of #BF3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3501

Black with #BF3501

Text Example


Text Example

White with #BF3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3501; }

 p { color: rgb(191,53,1); }

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

background-color css

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

 a { background-color: rgb(191,53,1); }

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

border-color css

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

 span { border-color: rgb(191,53,1); }

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