Html Css Color HEX #BF4812 Rust

📋 copy color: '#BF4812'

red 191 ◦ green 72 ◦ blue 18

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

Shades of Rust #BF4812

Tints of Rust #BF4812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.62%

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

R = 67.97%
G = 25.62%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF4812 (or 0xBF4812) is known color: Rust. HEX triplet: BF, 48 and 12. RGB value is (191,72,18). Sum of RGB (Red+Green+Blue) = 191+72+18=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4812 is #40B7ED. Grayscale: #656565. Windows color (decimal): -4241390 or 1198271. OLE color: 1198271.

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

Color convert

RGB 191 72 18 -
CMYK 0 0.62 0.91 0.25
HSL 18.73º 0.83% 0.41% -
HSV(B) 18.73º 0.91% 0.75% -
XYZ 23.91 15.75 2.35 -
YUV 101.43 80.92 191.89 -
System Red Green Blue C M Y K H S L
Decimal 191 72 18 0 0.62 0.91 0.25 18.73 0.83 0.41
Hex BF 48 12 0 3E 5B 19 13 53 29
Octal 277 110 22 0 76 133 31 23 123 51
Binary 10111111 1001000 10010 0 111110 1011011 11001 10011 1010011 101001

Color Harmonies of #BF4812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4812

Black with #BF4812

Text Example


Text Example

White with #BF4812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4812; }

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

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

background-color css

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

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

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

border-color css

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

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

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