Html Css Color HEX #BF3F12 Rust

📋 copy color: '#BF3F12'

red 191 ◦ green 63 ◦ blue 18

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

Shades of Rust #BF3F12

Tints of Rust #BF3F12

RGB

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

 GREEN value IS 63 (25% from 255) = 23.16%

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

R = 70.22%
G = 23.16%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF3F12 (or 0xBF3F12) is known color: Rust. HEX triplet: BF, 3F and 12. RGB value is (191,63,18). Sum of RGB (Red+Green+Blue) = 191+63+18=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F12 is #40C0ED. Grayscale: #606060. Windows color (decimal): -4243694 or 1195967. OLE color: 1195967.

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

Color convert

RGB 191 63 18 -
CMYK 0 0.67 0.91 0.25
HSL 15.61º 0.83% 0.41% -
HSV(B) 15.61º 0.91% 0.75% -
XYZ 23.37 14.68 2.17 -
YUV 96.14 83.91 195.66 -
System Red Green Blue C M Y K H S L
Decimal 191 63 18 0 0.67 0.91 0.25 15.61 0.83 0.41
Hex BF 3F 12 0 43 5B 19 10 53 29
Octal 277 77 22 0 103 133 31 20 123 51
Binary 10111111 111111 10010 0 1000011 1011011 11001 10000 1010011 101001

Color Harmonies of #BF3F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F12

Black with #BF3F12

Text Example


Text Example

White with #BF3F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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