Html Css Color HEX #BF3400 Rust

📋 copy color: '#BF3400'

red 191 ◦ green 52 ◦ blue 0

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

Shades of Rust #BF3400

Tints of Rust #BF3400

RGB

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

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

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

R = 78.6%
G = 21.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF3400 (or 0xBF3400) is known color: Rust. HEX triplet: BF, 34 and 00. RGB value is (191,52,0). Sum of RGB (Red+Green+Blue) = 191+52+0=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3400 is #40CBFF. Grayscale: #575757. Windows color (decimal): -4246528 or 13503. OLE color: 13503.

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

Color convert

RGB 191 52 0 -
CMYK 0 0.73 1 0.25
HSL 16.34º 1% 0.37% -
HSV(B) 16.34º 1% 0.75% -
XYZ 22.71 13.53 1.41 -
YUV 87.63 78.55 201.73 -
System Red Green Blue C M Y K H S L
Decimal 191 52 0 0 0.73 1 0.25 16.34 1 0.37
Hex BF 34 0 0 49 64 19 10 64 25
Octal 277 64 0 0 111 144 31 20 144 45
Binary 10111111 110100 0 0 1001001 1100100 11001 10000 1100100 100101

Color Harmonies of #BF3400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3400

Black with #BF3400

Text Example


Text Example

White with #BF3400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3400; }

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

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

background-color css

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

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

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

border-color css

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

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

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