Html Css Color HEX #BF4B05 Rust

📋 copy color: '#BF4B05'

red 191 ◦ green 75 ◦ blue 5

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

Shades of Rust #BF4B05

Tints of Rust #BF4B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 70.48%
G = 27.68%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF4B05 (or 0xBF4B05) is known color: Rust. HEX triplet: BF, 4B and 05. RGB value is (191,75,5). Sum of RGB (Red+Green+Blue) = 191+75+5=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4B05 is #40B4FA. Grayscale: #666666. Windows color (decimal): -4240635 or 347071. OLE color: 347071.

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

Color convert

RGB 191 75 5 -
CMYK 0 0.61 0.97 0.25
HSL 22.58º 0.95% 0.38% -
HSV(B) 22.58º 0.97% 0.75% -
XYZ 24.03 16.12 1.99 -
YUV 101.7 73.43 191.69 -
System Red Green Blue C M Y K H S L
Decimal 191 75 5 0 0.61 0.97 0.25 22.58 0.95 0.38
Hex BF 4B 5 0 3D 61 19 17 5F 26
Octal 277 113 5 0 75 141 31 27 137 46
Binary 10111111 1001011 101 0 111101 1100001 11001 10111 1011111 100110

Color Harmonies of #BF4B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B05

Black with #BF4B05

Text Example


Text Example

White with #BF4B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B05; }

 p { color: rgb(191,75,5); }

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

background-color css

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

 a { background-color: rgb(191,75,5); }

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

border-color css

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

 span { border-color: rgb(191,75,5); }

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