Html Css Color HEX #BF3F03 Rust

📋 copy color: '#BF3F03'

red 191 ◦ green 63 ◦ blue 3

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

Shades of Rust #BF3F03

Tints of Rust #BF3F03

RGB

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

 GREEN value IS 63 (25% from 255) = 24.51%

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

R = 74.32%
G = 24.51%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF3F03 (or 0xBF3F03) is known color: Rust. HEX triplet: BF, 3F and 03. RGB value is (191,63,3). Sum of RGB (Red+Green+Blue) = 191+63+3=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F03 is #40C0FC. Grayscale: #5E5E5E. Windows color (decimal): -4243709 or 212927. OLE color: 212927.

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

Color convert

RGB 191 63 3 -
CMYK 0 0.67 0.98 0.25
HSL 19.15º 0.97% 0.38% -
HSV(B) 19.15º 0.98% 0.75% -
XYZ 23.28 14.64 1.68 -
YUV 94.43 76.41 196.88 -
System Red Green Blue C M Y K H S L
Decimal 191 63 3 0 0.67 0.98 0.25 19.15 0.97 0.38
Hex BF 3F 3 0 43 62 19 13 61 26
Octal 277 77 3 0 103 142 31 23 141 46
Binary 10111111 111111 11 0 1000011 1100010 11001 10011 1100001 100110

Color Harmonies of #BF3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F03

Black with #BF3F03

Text Example


Text Example

White with #BF3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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