Html Css Color HEX #BF4212 Rust

📋 copy color: '#BF4212'

red 191 ◦ green 66 ◦ blue 18

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

Shades of Rust #BF4212

Tints of Rust #BF4212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

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

R = 69.45%
G = 24%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF4212 (or 0xBF4212) is known color: Rust. HEX triplet: BF, 42 and 12. RGB value is (191,66,18). Sum of RGB (Red+Green+Blue) = 191+66+18=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4212 is #40BDED. Grayscale: #626262. Windows color (decimal): -4242926 or 1196735. OLE color: 1196735.

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

Color convert

RGB 191 66 18 -
CMYK 0 0.65 0.91 0.25
HSL 16.65º 0.83% 0.41% -
HSV(B) 16.65º 0.91% 0.75% -
XYZ 23.54 15.02 2.23 -
YUV 97.9 82.91 194.4 -
System Red Green Blue C M Y K H S L
Decimal 191 66 18 0 0.65 0.91 0.25 16.65 0.83 0.41
Hex BF 42 12 0 41 5B 19 11 53 29
Octal 277 102 22 0 101 133 31 21 123 51
Binary 10111111 1000010 10010 0 1000001 1011011 11001 10001 1010011 101001

Color Harmonies of #BF4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4212

Black with #BF4212

Text Example


Text Example

White with #BF4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4212; }

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

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

background-color css

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

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

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

border-color css

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

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

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