Html Css Color HEX #BF4502 Rust

📋 copy color: '#BF4502'

red 191 ◦ green 69 ◦ blue 2

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

Shades of Rust #BF4502

Tints of Rust #BF4502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

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

R = 72.9%
G = 26.34%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF4502 (or 0xBF4502) is known color: Rust. HEX triplet: BF, 45 and 02. RGB value is (191,69,2). Sum of RGB (Red+Green+Blue) = 191+69+2=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4502 is #40BAFD. Grayscale: #626262. Windows color (decimal): -4242174 or 148927. OLE color: 148927.

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

Color convert

RGB 191 69 2 -
CMYK 0 0.64 0.99 0.25
HSL 21.27º 0.98% 0.38% -
HSV(B) 21.27º 0.99% 0.75% -
XYZ 23.62 15.34 1.77 -
YUV 97.84 73.92 194.45 -
System Red Green Blue C M Y K H S L
Decimal 191 69 2 0 0.64 0.99 0.25 21.27 0.98 0.38
Hex BF 45 2 0 40 63 19 15 62 26
Octal 277 105 2 0 100 143 31 25 142 46
Binary 10111111 1000101 10 0 1000000 1100011 11001 10101 1100010 100110

Color Harmonies of #BF4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4502

Black with #BF4502

Text Example


Text Example

White with #BF4502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4502; }

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

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

background-color css

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

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

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

border-color css

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

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

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