Html Css Color HEX #BF4C07 Rust

📋 copy color: '#BF4C07'

red 191 ◦ green 76 ◦ blue 7

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

Shades of Rust #BF4C07

Tints of Rust #BF4C07

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.74%

 BLUE value IS 7 (3.13% from 255) = 2.55%

R = 69.71%
G = 27.74%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF4C07 (or 0xBF4C07) is known color: Rust. HEX triplet: BF, 4C and 07. RGB value is (191,76,7). Sum of RGB (Red+Green+Blue) = 191+76+7=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C07 is #40B3F8. Grayscale: #666666. Windows color (decimal): -4240377 or 478399. OLE color: 478399.

HSL color Cylindrical-coordinate representation of color #BF4C07: hue angle of 22.5º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF4C07 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 7 -
CMYK 0 0.60 0.96 0.25
HSL 22.5º 0.93% 0.39% -
HSV(B) 22.5º 0.96% 0.75% -
XYZ 24.11 16.26 2.07 -
YUV 102.52 74.1 191.11 -
System Red Green Blue C M Y K H S L
Decimal 191 76 7 0 0.60 0.96 0.25 22.5 0.93 0.39
Hex BF 4C 7 0 3C 60 19 16 5D 27
Octal 277 114 7 0 74 140 31 26 135 47
Binary 10111111 1001100 111 0 111100 1100000 11001 10110 1011101 100111

Color Harmonies of #BF4C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C07

Black with #BF4C07

Text Example


Text Example

White with #BF4C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C07; }

 p { color: rgb(191,76,7); }

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

background-color css

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

 a { background-color: rgb(191,76,7); }

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

border-color css

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

 span { border-color: rgb(191,76,7); }

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