Html Css Color HEX #BF430A Rust

📋 copy color: '#BF430A'

red 191 ◦ green 67 ◦ blue 10

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

Shades of Rust #BF430A

Tints of Rust #BF430A

RGB

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

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

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

R = 71.27%
G = 25%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF430A (or 0xBF430A) is known color: Rust. HEX triplet: BF, 43 and 0A. RGB value is (191,67,10). Sum of RGB (Red+Green+Blue) = 191+67+10=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF430A is #40BCF5. Grayscale: #616161. Windows color (decimal): -4242678 or 672703. OLE color: 672703.

HSL color Cylindrical-coordinate representation of color #BF430A: hue angle of 18.9º 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 #BF430A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 10 -
CMYK 0 0.65 0.95 0.25
HSL 18.9º 0.9% 0.39% -
HSV(B) 18.9º 0.95% 0.75% -
XYZ 23.55 15.11 1.96 -
YUV 97.58 78.58 194.63 -
System Red Green Blue C M Y K H S L
Decimal 191 67 10 0 0.65 0.95 0.25 18.9 0.9 0.39
Hex BF 43 A 0 41 5F 19 13 5A 27
Octal 277 103 12 0 101 137 31 23 132 47
Binary 10111111 1000011 1010 0 1000001 1011111 11001 10011 1011010 100111

Color Harmonies of #BF430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF430A

Black with #BF430A

Text Example


Text Example

White with #BF430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF430A; }

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

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

background-color css

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

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

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

border-color css

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

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

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