Html Css Color HEX #BF3E00 Rust

📋 copy color: '#BF3E00'

red 191 ◦ green 62 ◦ blue 0

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

Shades of Rust #BF3E00

Tints of Rust #BF3E00

RGB

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

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

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

R = 75.49%
G = 24.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF3E00 (or 0xBF3E00) is known color: Rust. HEX triplet: BF, 3E and 00. RGB value is (191,62,0). Sum of RGB (Red+Green+Blue) = 191+62+0=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3E00 is #40C1FF. Grayscale: #5D5D5D. Windows color (decimal): -4243968 or 16063. OLE color: 16063.

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

Color convert

RGB 191 62 0 -
CMYK 0 0.68 1 0.25
HSL 19.48º 1% 0.37% -
HSV(B) 19.48º 1% 0.75% -
XYZ 23.21 14.52 1.58 -
YUV 93.5 75.24 197.54 -
System Red Green Blue C M Y K H S L
Decimal 191 62 0 0 0.68 1 0.25 19.48 1 0.37
Hex BF 3E 0 0 44 64 19 13 64 25
Octal 277 76 0 0 104 144 31 23 144 45
Binary 10111111 111110 0 0 1000100 1100100 11001 10011 1100100 100101

Color Harmonies of #BF3E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E00

Black with #BF3E00

Text Example


Text Example

White with #BF3E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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