Html Css Color HEX #BF3D05 Rust

📋 copy color: '#BF3D05'

red 191 ◦ green 61 ◦ blue 5

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

Shades of Rust #BF3D05

Tints of Rust #BF3D05

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

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

R = 74.32%
G = 23.74%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF3D05 (or 0xBF3D05) is known color: Rust. HEX triplet: BF, 3D and 05. RGB value is (191,61,5). Sum of RGB (Red+Green+Blue) = 191+61+5=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3D05 is #40C2FA. Grayscale: #5D5D5D. Windows color (decimal): -4244219 or 343487. OLE color: 343487.

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

Color convert

RGB 191 61 5 -
CMYK 0 0.68 0.97 0.25
HSL 18.06º 0.95% 0.38% -
HSV(B) 18.06º 0.97% 0.75% -
XYZ 23.18 14.42 1.71 -
YUV 93.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 191 61 5 0 0.68 0.97 0.25 18.06 0.95 0.38
Hex BF 3D 5 0 44 61 19 12 5F 26
Octal 277 75 5 0 104 141 31 22 137 46
Binary 10111111 111101 101 0 1000100 1100001 11001 10010 1011111 100110

Color Harmonies of #BF3D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3D05

Black with #BF3D05

Text Example


Text Example

White with #BF3D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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