Html Css Color HEX #BF4C13 Rust

📋 copy color: '#BF4C13'

red 191 ◦ green 76 ◦ blue 19

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

Shades of Rust #BF4C13

Tints of Rust #BF4C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 66.78%
G = 26.57%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF4C13 (or 0xBF4C13) is known color: Rust. HEX triplet: BF, 4C and 13. RGB value is (191,76,19). Sum of RGB (Red+Green+Blue) = 191+76+19=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C13 is #40B3EC. Grayscale: #686868. Windows color (decimal): -4240365 or 1264831. OLE color: 1264831.

HSL color Cylindrical-coordinate representation of color #BF4C13: hue angle of 19.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF4C13 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 19 -
CMYK 0 0.60 0.90 0.25
HSL 19.88º 0.82% 0.41% -
HSV(B) 19.88º 0.9% 0.75% -
XYZ 24.19 16.29 2.49 -
YUV 103.89 80.1 190.13 -
System Red Green Blue C M Y K H S L
Decimal 191 76 19 0 0.60 0.90 0.25 19.88 0.82 0.41
Hex BF 4C 13 0 3C 5A 19 14 52 29
Octal 277 114 23 0 74 132 31 24 122 51
Binary 10111111 1001100 10011 0 111100 1011010 11001 10100 1010010 101001

Color Harmonies of #BF4C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C13

Black with #BF4C13

Text Example


Text Example

White with #BF4C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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