Html Css Color HEX #BF4312 Rust

📋 copy color: '#BF4312'

red 191 ◦ green 67 ◦ blue 18

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

Shades of Rust #BF4312

Tints of Rust #BF4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.28%

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

R = 69.2%
G = 24.28%
B = 6.52%

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

#BF4312 (or 0xBF4312) is known color: Rust. HEX triplet: BF, 43 and 12. RGB value is (191,67,18). Sum of RGB (Red+Green+Blue) = 191+67+18=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4312 is #40BCED. Grayscale: #626262. Windows color (decimal): -4242670 or 1196991. OLE color: 1196991.

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

Color convert

RGB 191 67 18 -
CMYK 0 0.65 0.91 0.25
HSL 16.99º 0.83% 0.41% -
HSV(B) 16.99º 0.91% 0.75% -
XYZ 23.6 15.13 2.25 -
YUV 98.49 82.58 193.98 -
System Red Green Blue C M Y K H S L
Decimal 191 67 18 0 0.65 0.91 0.25 16.99 0.83 0.41
Hex BF 43 12 0 41 5B 19 11 53 29
Octal 277 103 22 0 101 133 31 21 123 51
Binary 10111111 1000011 10010 0 1000001 1011011 11001 10001 1010011 101001

Color Harmonies of #BF4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4312

Black with #BF4312

Text Example


Text Example

White with #BF4312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4312; }

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

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

background-color css

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

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

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

border-color css

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

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

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