Html Css Color HEX #BF3703 Rust

📋 copy color: '#BF3703'

red 191 ◦ green 55 ◦ blue 3

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

Shades of Rust #BF3703

Tints of Rust #BF3703

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

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

R = 76.71%
G = 22.09%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF3703 (or 0xBF3703) is known color: Rust. HEX triplet: BF, 37 and 03. RGB value is (191,55,3). Sum of RGB (Red+Green+Blue) = 191+55+3=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3703 is #40C8FC. Grayscale: #5A5A5A. Windows color (decimal): -4245757 or 210879. OLE color: 210879.

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

Color convert

RGB 191 55 3 -
CMYK 0 0.71 0.98 0.25
HSL 16.6º 0.97% 0.38% -
HSV(B) 16.6º 0.98% 0.75% -
XYZ 22.87 13.82 1.55 -
YUV 89.74 79.06 200.23 -
System Red Green Blue C M Y K H S L
Decimal 191 55 3 0 0.71 0.98 0.25 16.6 0.97 0.38
Hex BF 37 3 0 47 62 19 11 61 26
Octal 277 67 3 0 107 142 31 21 141 46
Binary 10111111 110111 11 0 1000111 1100010 11001 10001 1100001 100110

Color Harmonies of #BF3703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3703

Black with #BF3703

Text Example


Text Example

White with #BF3703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3703; }

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

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

background-color css

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

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

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

border-color css

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

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

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