Html Css Color HEX #BF4703 Rust

📋 copy color: '#BF4703'

red 191 ◦ green 71 ◦ blue 3

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

Shades of Rust #BF4703

Tints of Rust #BF4703

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 72.08%
G = 26.79%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF4703 (or 0xBF4703) is known color: Rust. HEX triplet: BF, 47 and 03. RGB value is (191,71,3). Sum of RGB (Red+Green+Blue) = 191+71+3=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4703 is #40B8FC. Grayscale: #636363. Windows color (decimal): -4241661 or 214975. OLE color: 214975.

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

Color convert

RGB 191 71 3 -
CMYK 0 0.63 0.98 0.25
HSL 21.7º 0.97% 0.38% -
HSV(B) 21.7º 0.98% 0.75% -
XYZ 23.76 15.59 1.84 -
YUV 99.13 73.76 193.53 -
System Red Green Blue C M Y K H S L
Decimal 191 71 3 0 0.63 0.98 0.25 21.7 0.97 0.38
Hex BF 47 3 0 3F 62 19 16 61 26
Octal 277 107 3 0 77 142 31 26 141 46
Binary 10111111 1000111 11 0 111111 1100010 11001 10110 1100001 100110

Color Harmonies of #BF4703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4703

Black with #BF4703

Text Example


Text Example

White with #BF4703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4703; }

 p { color: rgb(191,71,3); }

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

background-color css

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

 a { background-color: rgb(191,71,3); }

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

border-color css

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

 span { border-color: rgb(191,71,3); }

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