Html Css Color HEX #BF3502 Rust

📋 copy color: '#BF3502'

red 191 ◦ green 53 ◦ blue 2

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

Shades of Rust #BF3502

Tints of Rust #BF3502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 77.64%
G = 21.54%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF3502 (or 0xBF3502) is known color: Rust. HEX triplet: BF, 35 and 02. RGB value is (191,53,2). Sum of RGB (Red+Green+Blue) = 191+53+2=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3502 is #40CAFD. Grayscale: #585858. Windows color (decimal): -4246270 or 144831. OLE color: 144831.

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

Color convert

RGB 191 53 2 -
CMYK 0 0.72 0.99 0.25
HSL 16.19º 0.98% 0.38% -
HSV(B) 16.19º 0.99% 0.75% -
XYZ 22.77 13.63 1.49 -
YUV 88.45 79.22 201.15 -
System Red Green Blue C M Y K H S L
Decimal 191 53 2 0 0.72 0.99 0.25 16.19 0.98 0.38
Hex BF 35 2 0 48 63 19 10 62 26
Octal 277 65 2 0 110 143 31 20 142 46
Binary 10111111 110101 10 0 1001000 1100011 11001 10000 1100010 100110

Color Harmonies of #BF3502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3502

Black with #BF3502

Text Example


Text Example

White with #BF3502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3502; }

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

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

background-color css

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

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

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

border-color css

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

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

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