Html Css Color HEX #BF4C12 Rust

📋 copy color: '#BF4C12'

red 191 ◦ green 76 ◦ blue 18

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

Shades of Rust #BF4C12

Tints of Rust #BF4C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

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

R = 67.02%
G = 26.67%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF4C12 (or 0xBF4C12) is known color: Rust. HEX triplet: BF, 4C and 12. RGB value is (191,76,18). Sum of RGB (Red+Green+Blue) = 191+76+18=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C12 is #40B3ED. Grayscale: #686868. Windows color (decimal): -4240366 or 1199295. OLE color: 1199295.

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

Color convert

RGB 191 76 18 -
CMYK 0 0.60 0.91 0.25
HSL 20.12º 0.83% 0.41% -
HSV(B) 20.12º 0.91% 0.75% -
XYZ 24.18 16.29 2.44 -
YUV 103.77 79.6 190.22 -
System Red Green Blue C M Y K H S L
Decimal 191 76 18 0 0.60 0.91 0.25 20.12 0.83 0.41
Hex BF 4C 12 0 3C 5B 19 14 53 29
Octal 277 114 22 0 74 133 31 24 123 51
Binary 10111111 1001100 10010 0 111100 1011011 11001 10100 1010011 101001

Color Harmonies of #BF4C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C12

Black with #BF4C12

Text Example


Text Example

White with #BF4C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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