Html Css Color HEX #BF3E01 Rust

📋 copy color: '#BF3E01'

red 191 ◦ green 62 ◦ blue 1

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

Shades of Rust #BF3E01

Tints of Rust #BF3E01

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.41%

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

R = 75.2%
G = 24.41%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF3E01 (or 0xBF3E01) is known color: Rust. HEX triplet: BF, 3E and 01. RGB value is (191,62,1). Sum of RGB (Red+Green+Blue) = 191+62+1=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3E01 is #40C1FE. Grayscale: #5D5D5D. Windows color (decimal): -4243967 or 81599. OLE color: 81599.

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

Color convert

RGB 191 62 1 -
CMYK 0 0.68 0.99 0.25
HSL 19.26º 0.99% 0.38% -
HSV(B) 19.26º 0.99% 0.75% -
XYZ 23.21 14.52 1.61 -
YUV 93.62 75.74 197.46 -
System Red Green Blue C M Y K H S L
Decimal 191 62 1 0 0.68 0.99 0.25 19.26 0.99 0.38
Hex BF 3E 1 0 44 63 19 13 63 26
Octal 277 76 1 0 104 143 31 23 143 46
Binary 10111111 111110 1 0 1000100 1100011 11001 10011 1100011 100110

Color Harmonies of #BF3E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E01

Black with #BF3E01

Text Example


Text Example

White with #BF3E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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