Html Css Color HEX #BF3804 Rust

📋 copy color: '#BF3804'

red 191 ◦ green 56 ◦ blue 4

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

Shades of Rust #BF3804

Tints of Rust #BF3804

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 76.1%
G = 22.31%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF3804 (or 0xBF3804) is known color: Rust. HEX triplet: BF, 38 and 04. RGB value is (191,56,4). Sum of RGB (Red+Green+Blue) = 191+56+4=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3804 is #40C7FB. Grayscale: #5A5A5A. Windows color (decimal): -4245500 or 276671. OLE color: 276671.

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

Color convert

RGB 191 56 4 -
CMYK 0 0.71 0.98 0.25
HSL 16.68º 0.96% 0.38% -
HSV(B) 16.68º 0.98% 0.75% -
XYZ 22.92 13.91 1.59 -
YUV 90.44 79.23 199.73 -
System Red Green Blue C M Y K H S L
Decimal 191 56 4 0 0.71 0.98 0.25 16.68 0.96 0.38
Hex BF 38 4 0 47 62 19 11 60 26
Octal 277 70 4 0 107 142 31 21 140 46
Binary 10111111 111000 100 0 1000111 1100010 11001 10001 1100000 100110

Color Harmonies of #BF3804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3804

Black with #BF3804

Text Example


Text Example

White with #BF3804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3804; }

 p { color: rgb(191,56,4); }

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

background-color css

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

 a { background-color: rgb(191,56,4); }

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

border-color css

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

 span { border-color: rgb(191,56,4); }

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