Html Css Color HEX #BF430F Rust

📋 copy color: '#BF430F'

red 191 ◦ green 67 ◦ blue 15

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

Shades of Rust #BF430F

Tints of Rust #BF430F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 69.96%
G = 24.54%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF430F (or 0xBF430F) is known color: Rust. HEX triplet: BF, 43 and 0F. RGB value is (191,67,15). Sum of RGB (Red+Green+Blue) = 191+67+15=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF430F is #40BCF0. Grayscale: #626262. Windows color (decimal): -4242673 or 1000383. OLE color: 1000383.

HSL color Cylindrical-coordinate representation of color #BF430F: hue angle of 17.73º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF430F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 15 -
CMYK 0 0.65 0.92 0.25
HSL 17.73º 0.85% 0.4% -
HSV(B) 17.73º 0.92% 0.75% -
XYZ 23.58 15.13 2.13 -
YUV 98.15 81.08 194.23 -
System Red Green Blue C M Y K H S L
Decimal 191 67 15 0 0.65 0.92 0.25 17.73 0.85 0.4
Hex BF 43 F 0 41 5C 19 12 55 28
Octal 277 103 17 0 101 134 31 22 125 50
Binary 10111111 1000011 1111 0 1000001 1011100 11001 10010 1010101 101000

Color Harmonies of #BF430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF430F

Black with #BF430F

Text Example


Text Example

White with #BF430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF430F; }

 p { color: rgb(191,67,15); }

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

background-color css

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

 a { background-color: rgb(191,67,15); }

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

border-color css

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

 span { border-color: rgb(191,67,15); }

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