Html Css Color HEX #BF3803 Rust

📋 copy color: '#BF3803'

red 191 ◦ green 56 ◦ blue 3

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

Shades of Rust #BF3803

Tints of Rust #BF3803

RGB

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

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

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

R = 76.4%
G = 22.4%
B = 1.2%

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

#BF3803 (or 0xBF3803) is known color: Rust. HEX triplet: BF, 38 and 03. RGB value is (191,56,3). Sum of RGB (Red+Green+Blue) = 191+56+3=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3803 is #40C7FC. Grayscale: #5A5A5A. Windows color (decimal): -4245501 or 211135. OLE color: 211135.

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

Color convert

RGB 191 56 3 -
CMYK 0 0.71 0.98 0.25
HSL 16.91º 0.97% 0.38% -
HSV(B) 16.91º 0.98% 0.75% -
XYZ 22.92 13.91 1.56 -
YUV 90.32 78.73 199.81 -
System Red Green Blue C M Y K H S L
Decimal 191 56 3 0 0.71 0.98 0.25 16.91 0.97 0.38
Hex BF 38 3 0 47 62 19 11 61 26
Octal 277 70 3 0 107 142 31 21 141 46
Binary 10111111 111000 11 0 1000111 1100010 11001 10001 1100001 100110

Color Harmonies of #BF3803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3803

Black with #BF3803

Text Example


Text Example

White with #BF3803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3803; }

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

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

background-color css

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

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

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

border-color css

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

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

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