Html Css Color HEX #BB4A01 Rust

📋 copy color: '#BB4A01'

red 187 ◦ green 74 ◦ blue 1

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

Shades of Rust #BB4A01

Tints of Rust #BB4A01

RGB

 RED value IS 187 (73.44% from 255) = 71.37%

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 71.37%
G = 28.24%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB4A01 (or 0xBB4A01) is known color: Rust. HEX triplet: BB, 4A and 01. RGB value is (187,74,1). Sum of RGB (Red+Green+Blue) = 187+74+1=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4A01 is #44B5FE. Grayscale: #636363. Windows color (decimal): -4503039 or 84667. OLE color: 84667.

HSL color Cylindrical-coordinate representation of color #BB4A01: hue angle of 23.55º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB4A01 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 74 1 -
CMYK 0 0.60 0.99 0.27
HSL 23.55º 0.99% 0.37% -
HSV(B) 23.55º 0.99% 0.73% -
XYZ 22.95 15.46 1.8 -
YUV 99.47 72.44 190.44 -
System Red Green Blue C M Y K H S L
Decimal 187 74 1 0 0.60 0.99 0.27 23.55 0.99 0.37
Hex BB 4A 1 0 3C 63 1B 18 63 25
Octal 273 112 1 0 74 143 33 30 143 45
Binary 10111011 1001010 1 0 111100 1100011 11011 11000 1100011 100101

Color Harmonies of #BB4A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A01

Black with #BB4A01

Text Example


Text Example

White with #BB4A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A01; }

 p { color: rgb(187,74,1); }

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

background-color css

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

 a { background-color: rgb(187,74,1); }

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

border-color css

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

 span { border-color: rgb(187,74,1); }

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