Html Css Color HEX #BF4A02 Rust

📋 copy color: '#BF4A02'

red 191 ◦ green 74 ◦ blue 2

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

Shades of Rust #BF4A02

Tints of Rust #BF4A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 71.54%
G = 27.72%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF4A02 (or 0xBF4A02) is known color: Rust. HEX triplet: BF, 4A and 02. RGB value is (191,74,2). Sum of RGB (Red+Green+Blue) = 191+74+2=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A02 is #40B5FD. Grayscale: #656565. Windows color (decimal): -4240894 or 150207. OLE color: 150207.

HSL color Cylindrical-coordinate representation of color #BF4A02: hue angle of 22.86º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF4A02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 74 2 -
CMYK 0 0.61 0.99 0.25
HSL 22.86º 0.98% 0.38% -
HSV(B) 22.86º 0.99% 0.75% -
XYZ 23.95 15.98 1.88 -
YUV 100.78 72.26 192.35 -
System Red Green Blue C M Y K H S L
Decimal 191 74 2 0 0.61 0.99 0.25 22.86 0.98 0.38
Hex BF 4A 2 0 3D 63 19 17 62 26
Octal 277 112 2 0 75 143 31 27 142 46
Binary 10111111 1001010 10 0 111101 1100011 11001 10111 1100010 100110

Color Harmonies of #BF4A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A02

Black with #BF4A02

Text Example


Text Example

White with #BF4A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A02; }

 p { color: rgb(191,74,2); }

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

background-color css

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

 a { background-color: rgb(191,74,2); }

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

border-color css

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

 span { border-color: rgb(191,74,2); }

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