Html Css Color HEX #BF4012 Rust

📋 copy color: '#BF4012'

red 191 ◦ green 64 ◦ blue 18

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

Shades of Rust #BF4012

Tints of Rust #BF4012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 69.96%
G = 23.44%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF4012 (or 0xBF4012) is known color: Rust. HEX triplet: BF, 40 and 12. RGB value is (191,64,18). Sum of RGB (Red+Green+Blue) = 191+64+18=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4012 is #40BFED. Grayscale: #616161. Windows color (decimal): -4243438 or 1196223. OLE color: 1196223.

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

Color convert

RGB 191 64 18 -
CMYK 0 0.66 0.91 0.25
HSL 15.95º 0.83% 0.41% -
HSV(B) 15.95º 0.91% 0.75% -
XYZ 23.43 14.79 2.19 -
YUV 96.73 83.58 195.24 -
System Red Green Blue C M Y K H S L
Decimal 191 64 18 0 0.66 0.91 0.25 15.95 0.83 0.41
Hex BF 40 12 0 42 5B 19 10 53 29
Octal 277 100 22 0 102 133 31 20 123 51
Binary 10111111 1000000 10010 0 1000010 1011011 11001 10000 1010011 101001

Color Harmonies of #BF4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4012

Black with #BF4012

Text Example


Text Example

White with #BF4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4012; }

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

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

background-color css

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

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

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

border-color css

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

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

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