Html Css Color HEX #BF4303 Rust

📋 copy color: '#BF4303'

red 191 ◦ green 67 ◦ blue 3

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

Shades of Rust #BF4303

Tints of Rust #BF4303

RGB

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

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

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

R = 73.18%
G = 25.67%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF4303 (or 0xBF4303) is known color: Rust. HEX triplet: BF, 43 and 03. RGB value is (191,67,3). Sum of RGB (Red+Green+Blue) = 191+67+3=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4303 is #40BCFC. Grayscale: #616161. Windows color (decimal): -4242685 or 213951. OLE color: 213951.

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

Color convert

RGB 191 67 3 -
CMYK 0 0.65 0.98 0.25
HSL 20.43º 0.97% 0.38% -
HSV(B) 20.43º 0.98% 0.75% -
XYZ 23.51 15.1 1.76 -
YUV 96.78 75.08 195.2 -
System Red Green Blue C M Y K H S L
Decimal 191 67 3 0 0.65 0.98 0.25 20.43 0.97 0.38
Hex BF 43 3 0 41 62 19 14 61 26
Octal 277 103 3 0 101 142 31 24 141 46
Binary 10111111 1000011 11 0 1000001 1100010 11001 10100 1100001 100110

Color Harmonies of #BF4303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4303

Black with #BF4303

Text Example


Text Example

White with #BF4303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4303; }

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

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

background-color css

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

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

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

border-color css

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

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

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