Html Css Color HEX #BF4300 Rust

📋 copy color: '#BF4300'

red 191 ◦ green 67 ◦ blue 0

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

Shades of Rust #BF4300

Tints of Rust #BF4300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.03%
G = 25.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF4300 (or 0xBF4300) is known color: Rust. HEX triplet: BF, 43 and 00. RGB value is (191,67,0). Sum of RGB (Red+Green+Blue) = 191+67+0=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4300 is #40BCFF. Grayscale: #606060. Windows color (decimal): -4242688 or 17343. OLE color: 17343.

HSL color Cylindrical-coordinate representation of color #BF4300: hue angle of 21.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF4300 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 0 -
CMYK 0 0.65 1 0.25
HSL 21.05º 1% 0.37% -
HSV(B) 21.05º 1% 0.75% -
XYZ 23.49 15.09 1.67 -
YUV 96.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 191 67 0 0 0.65 1 0.25 21.05 1 0.37
Hex BF 43 0 0 41 64 19 15 64 25
Octal 277 103 0 0 101 144 31 25 144 45
Binary 10111111 1000011 0 0 1000001 1100100 11001 10101 1100100 100101

Color Harmonies of #BF4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4300

Black with #BF4300

Text Example


Text Example

White with #BF4300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4300; }

 p { color: rgb(191,67,0); }

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

background-color css

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

 a { background-color: rgb(191,67,0); }

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

border-color css

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

 span { border-color: rgb(191,67,0); }

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