Html Css Color HEX #BF3500 Rust

📋 copy color: '#BF3500'

red 191 ◦ green 53 ◦ blue 0

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

Shades of Rust #BF3500

Tints of Rust #BF3500

RGB

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

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

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

R = 78.28%
G = 21.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF3500 (or 0xBF3500) is known color: Rust. HEX triplet: BF, 35 and 00. RGB value is (191,53,0). Sum of RGB (Red+Green+Blue) = 191+53+0=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3500 is #40CAFF. Grayscale: #585858. Windows color (decimal): -4246272 or 13759. OLE color: 13759.

HSL color Cylindrical-coordinate representation of color #BF3500: hue angle of 16.65º 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 #BF3500 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 53 0 -
CMYK 0 0.72 1 0.25
HSL 16.65º 1% 0.37% -
HSV(B) 16.65º 1% 0.75% -
XYZ 22.76 13.62 1.43 -
YUV 88.22 78.22 201.31 -
System Red Green Blue C M Y K H S L
Decimal 191 53 0 0 0.72 1 0.25 16.65 1 0.37
Hex BF 35 0 0 48 64 19 11 64 25
Octal 277 65 0 0 110 144 31 21 144 45
Binary 10111111 110101 0 0 1001000 1100100 11001 10001 1100100 100101

Color Harmonies of #BF3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3500

Black with #BF3500

Text Example


Text Example

White with #BF3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3500; }

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

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

background-color css

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

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

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

border-color css

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

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

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