Html Css Color HEX #BF4402 Rust

📋 copy color: '#BF4402'

red 191 ◦ green 68 ◦ blue 2

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

Shades of Rust #BF4402

Tints of Rust #BF4402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.05%

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

R = 73.18%
G = 26.05%
B = 0.77%

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

#BF4402 (or 0xBF4402) is known color: Rust. HEX triplet: BF, 44 and 02. RGB value is (191,68,2). Sum of RGB (Red+Green+Blue) = 191+68+2=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4402 is #40BBFD. Grayscale: #616161. Windows color (decimal): -4242430 or 148671. OLE color: 148671.

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

Color convert

RGB 191 68 2 -
CMYK 0 0.64 0.99 0.25
HSL 20.95º 0.98% 0.38% -
HSV(B) 20.95º 0.99% 0.75% -
XYZ 23.56 15.21 1.75 -
YUV 97.25 74.25 194.87 -
System Red Green Blue C M Y K H S L
Decimal 191 68 2 0 0.64 0.99 0.25 20.95 0.98 0.38
Hex BF 44 2 0 40 63 19 15 62 26
Octal 277 104 2 0 100 143 31 25 142 46
Binary 10111111 1000100 10 0 1000000 1100011 11001 10101 1100010 100110

Color Harmonies of #BF4402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4402

Black with #BF4402

Text Example


Text Example

White with #BF4402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4402; }

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

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

background-color css

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

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

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

border-color css

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

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

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