Html Css Color HEX #BF4009 Rust

📋 copy color: '#BF4009'

red 191 ◦ green 64 ◦ blue 9

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

Shades of Rust #BF4009

Tints of Rust #BF4009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.41%

R = 72.35%
G = 24.24%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF4009 (or 0xBF4009) is known color: Rust. HEX triplet: BF, 40 and 09. RGB value is (191,64,9). Sum of RGB (Red+Green+Blue) = 191+64+9=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4009 is #40BFF6. Grayscale: #606060. Windows color (decimal): -4243447 or 606399. OLE color: 606399.

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

Color convert

RGB 191 64 9 -
CMYK 0 0.66 0.95 0.25
HSL 18.13º 0.91% 0.39% -
HSV(B) 18.13º 0.95% 0.75% -
XYZ 23.37 14.76 1.88 -
YUV 95.7 79.08 195.97 -
System Red Green Blue C M Y K H S L
Decimal 191 64 9 0 0.66 0.95 0.25 18.13 0.91 0.39
Hex BF 40 9 0 42 5F 19 12 5B 27
Octal 277 100 11 0 102 137 31 22 133 47
Binary 10111111 1000000 1001 0 1000010 1011111 11001 10010 1011011 100111

Color Harmonies of #BF4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4009

Black with #BF4009

Text Example


Text Example

White with #BF4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4009; }

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

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

background-color css

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

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

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

border-color css

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

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

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