Html Css Color HEX #BF4A0B Rust

📋 copy color: '#BF4A0B'

red 191 ◦ green 74 ◦ blue 11

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

Shades of Rust #BF4A0B

Tints of Rust #BF4A0B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 69.2%
G = 26.81%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF4A0B (or 0xBF4A0B) is known color: Rust. HEX triplet: BF, 4A and 0B. RGB value is (191,74,11). Sum of RGB (Red+Green+Blue) = 191+74+11=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A0B is #40B5F4. Grayscale: #666666. Windows color (decimal): -4240885 or 740031. OLE color: 740031.

HSL color Cylindrical-coordinate representation of color #BF4A0B: hue angle of 21º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF4A0B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 74 11 -
CMYK 0 0.61 0.94 0.25
HSL 21º 0.89% 0.4% -
HSV(B) 21º 0.94% 0.75% -
XYZ 24 16 2.14 -
YUV 101.8 76.76 191.62 -
System Red Green Blue C M Y K H S L
Decimal 191 74 11 0 0.61 0.94 0.25 21 0.89 0.4
Hex BF 4A B 0 3D 5E 19 15 59 28
Octal 277 112 13 0 75 136 31 25 131 50
Binary 10111111 1001010 1011 0 111101 1011110 11001 10101 1011001 101000

Color Harmonies of #BF4A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A0B

Black with #BF4A0B

Text Example


Text Example

White with #BF4A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A0B; }

 p { color: rgb(191,74,11); }

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

background-color css

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

 a { background-color: rgb(191,74,11); }

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

border-color css

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

 span { border-color: rgb(191,74,11); }

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