Html Css Color HEX #BF3401 Rust

📋 copy color: '#BF3401'

red 191 ◦ green 52 ◦ blue 1

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

Shades of Rust #BF3401

Tints of Rust #BF3401

RGB

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

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

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

R = 78.28%
G = 21.31%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF3401 (or 0xBF3401) is known color: Rust. HEX triplet: BF, 34 and 01. RGB value is (191,52,1). Sum of RGB (Red+Green+Blue) = 191+52+1=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3401 is #40CBFE. Grayscale: #585858. Windows color (decimal): -4246527 or 79039. OLE color: 79039.

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

Color convert

RGB 191 52 1 -
CMYK 0 0.73 0.99 0.25
HSL 16.11º 0.99% 0.38% -
HSV(B) 16.11º 0.99% 0.75% -
XYZ 22.72 13.53 1.44 -
YUV 87.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 191 52 1 0 0.73 0.99 0.25 16.11 0.99 0.38
Hex BF 34 1 0 49 63 19 10 63 26
Octal 277 64 1 0 111 143 31 20 143 46
Binary 10111111 110100 1 0 1001001 1100011 11001 10000 1100011 100110

Color Harmonies of #BF3401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3401

Black with #BF3401

Text Example


Text Example

White with #BF3401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3401; }

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

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

background-color css

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

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

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

border-color css

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

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

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