Html Css Color HEX #BF4008 Rust

📋 copy color: '#BF4008'

red 191 ◦ green 64 ◦ blue 8

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

Shades of Rust #BF4008

Tints of Rust #BF4008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 72.62%
G = 24.33%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF4008 (or 0xBF4008) is known color: Rust. HEX triplet: BF, 40 and 08. RGB value is (191,64,8). Sum of RGB (Red+Green+Blue) = 191+64+8=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4008 is #40BFF7. Grayscale: #5F5F5F. Windows color (decimal): -4243448 or 540863. OLE color: 540863.

HSL color Cylindrical-coordinate representation of color #BF4008: hue angle of 18.36º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF4008 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 64 8 -
CMYK 0 0.66 0.96 0.25
HSL 18.36º 0.92% 0.39% -
HSV(B) 18.36º 0.96% 0.75% -
XYZ 23.36 14.76 1.85 -
YUV 95.59 78.58 196.05 -
System Red Green Blue C M Y K H S L
Decimal 191 64 8 0 0.66 0.96 0.25 18.36 0.92 0.39
Hex BF 40 8 0 42 60 19 12 5C 27
Octal 277 100 10 0 102 140 31 22 134 47
Binary 10111111 1000000 1000 0 1000010 1100000 11001 10010 1011100 100111

Color Harmonies of #BF4008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4008

Black with #BF4008

Text Example


Text Example

White with #BF4008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4008; }

 p { color: rgb(191,64,8); }

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

background-color css

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

 a { background-color: rgb(191,64,8); }

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

border-color css

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

 span { border-color: rgb(191,64,8); }

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