Html Css Color HEX #BF3E18 Rust

📋 copy color: '#BF3E18'

red 191 ◦ green 62 ◦ blue 24

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

Shades of Rust #BF3E18

Tints of Rust #BF3E18

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.38%

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 68.95%
G = 22.38%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF3E18 (or 0xBF3E18) is known color: Rust. HEX triplet: BF, 3E and 18. RGB value is (191,62,24). Sum of RGB (Red+Green+Blue) = 191+62+24=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3E18 is #40C1E7. Grayscale: #606060. Windows color (decimal): -4243944 or 1588927. OLE color: 1588927.

HSL color Cylindrical-coordinate representation of color #BF3E18: hue angle of 13.65º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF3E18 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 62 24 -
CMYK 0 0.68 0.87 0.25
HSL 13.65º 0.78% 0.42% -
HSV(B) 13.65º 0.87% 0.75% -
XYZ 23.37 14.59 2.45 -
YUV 96.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 191 62 24 0 0.68 0.87 0.25 13.65 0.78 0.42
Hex BF 3E 18 0 44 57 19 E 4E 2A
Octal 277 76 30 0 104 127 31 16 116 52
Binary 10111111 111110 11000 0 1000100 1010111 11001 1110 1001110 101010

Color Harmonies of #BF3E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3E18

Black with #BF3E18

Text Example


Text Example

White with #BF3E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3E18; }

 p { color: rgb(191,62,24); }

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

background-color css

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

 a { background-color: rgb(191,62,24); }

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

border-color css

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

 span { border-color: rgb(191,62,24); }

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