Html Css Color HEX #BF3702 Rust

📋 copy color: '#BF3702'

red 191 ◦ green 55 ◦ blue 2

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

Shades of Rust #BF3702

Tints of Rust #BF3702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 77.02%
G = 22.18%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF3702 (or 0xBF3702) is known color: Rust. HEX triplet: BF, 37 and 02. RGB value is (191,55,2). Sum of RGB (Red+Green+Blue) = 191+55+2=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3702 is #40C8FD. Grayscale: #595959. Windows color (decimal): -4245758 or 145343. OLE color: 145343.

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

Color convert

RGB 191 55 2 -
CMYK 0 0.71 0.99 0.25
HSL 16.83º 0.98% 0.38% -
HSV(B) 16.83º 0.99% 0.75% -
XYZ 22.86 13.81 1.52 -
YUV 89.62 78.56 200.31 -
System Red Green Blue C M Y K H S L
Decimal 191 55 2 0 0.71 0.99 0.25 16.83 0.98 0.38
Hex BF 37 2 0 47 63 19 11 62 26
Octal 277 67 2 0 107 143 31 21 142 46
Binary 10111111 110111 10 0 1000111 1100011 11001 10001 1100010 100110

Color Harmonies of #BF3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3702

Black with #BF3702

Text Example


Text Example

White with #BF3702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3702; }

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

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

background-color css

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

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

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

border-color css

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

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

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