Html Css Color HEX #BF5312 Rust

📋 copy color: '#BF5312'

red 191 ◦ green 83 ◦ blue 18

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

Shades of Rust #BF5312

Tints of Rust #BF5312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.42%

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

R = 65.41%
G = 28.42%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF5312 (or 0xBF5312) is known color: Rust. HEX triplet: BF, 53 and 12. RGB value is (191,83,18). Sum of RGB (Red+Green+Blue) = 191+83+18=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5312 is #40ACED. Grayscale: #6C6C6C. Windows color (decimal): -4238574 or 1201087. OLE color: 1201087.

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

Color convert

RGB 191 83 18 -
CMYK 0 0.57 0.91 0.25
HSL 22.54º 0.83% 0.41% -
HSV(B) 22.54º 0.91% 0.75% -
XYZ 24.69 17.31 2.61 -
YUV 107.88 77.28 187.29 -
System Red Green Blue C M Y K H S L
Decimal 191 83 18 0 0.57 0.91 0.25 22.54 0.83 0.41
Hex BF 53 12 0 39 5B 19 17 53 29
Octal 277 123 22 0 71 133 31 27 123 51
Binary 10111111 1010011 10010 0 111001 1011011 11001 10111 1010011 101001

Color Harmonies of #BF5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5312

Black with #BF5312

Text Example


Text Example

White with #BF5312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5312; }

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

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

background-color css

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

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

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

border-color css

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

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

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