Html Css Color HEX #BF3F0A Rust

📋 copy color: '#BF3F0A'

red 191 ◦ green 63 ◦ blue 10

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

Shades of Rust #BF3F0A

Tints of Rust #BF3F0A

RGB

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

 GREEN value IS 63 (25% from 255) = 23.86%

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 72.35%
G = 23.86%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF3F0A (or 0xBF3F0A) is known color: Rust. HEX triplet: BF, 3F and 0A. RGB value is (191,63,10). Sum of RGB (Red+Green+Blue) = 191+63+10=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F0A is #40C0F5. Grayscale: #5F5F5F. Windows color (decimal): -4243702 or 671679. OLE color: 671679.

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

Color convert

RGB 191 63 10 -
CMYK 0 0.67 0.95 0.25
HSL 17.57º 0.9% 0.39% -
HSV(B) 17.57º 0.95% 0.75% -
XYZ 23.32 14.65 1.89 -
YUV 95.23 79.91 196.31 -
System Red Green Blue C M Y K H S L
Decimal 191 63 10 0 0.67 0.95 0.25 17.57 0.9 0.39
Hex BF 3F A 0 43 5F 19 12 5A 27
Octal 277 77 12 0 103 137 31 22 132 47
Binary 10111111 111111 1010 0 1000011 1011111 11001 10010 1011010 100111

Color Harmonies of #BF3F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F0A

Black with #BF3F0A

Text Example


Text Example

White with #BF3F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F0A; }

 p { color: rgb(191,63,10); }

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

background-color css

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

 a { background-color: rgb(191,63,10); }

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

border-color css

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

 span { border-color: rgb(191,63,10); }

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