Html Css Color HEX #BB4B00 Rust

📋 copy color: '#BB4B00'

red 187 ◦ green 75 ◦ blue 0

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

Shades of Rust #BB4B00

Tints of Rust #BB4B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.37%
G = 28.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB4B00 (or 0xBB4B00) is known color: Rust. HEX triplet: BB, 4B and 00. RGB value is (187,75,0). Sum of RGB (Red+Green+Blue) = 187+75+0=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4B00 is #44B4FF. Grayscale: #646464. Windows color (decimal): -4502784 or 19387. OLE color: 19387.

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

Color convert

RGB 187 75 0 -
CMYK 0 0.60 1 0.27
HSL 24.06º 1% 0.37% -
HSV(B) 24.06º 1% 0.73% -
XYZ 23.01 15.6 1.8 -
YUV 99.94 71.61 190.1 -
System Red Green Blue C M Y K H S L
Decimal 187 75 0 0 0.60 1 0.27 24.06 1 0.37
Hex BB 4B 0 0 3C 64 1B 18 64 25
Octal 273 113 0 0 74 144 33 30 144 45
Binary 10111011 1001011 0 0 111100 1100100 11011 11000 1100100 100101

Color Harmonies of #BB4B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B00

Black with #BB4B00

Text Example


Text Example

White with #BB4B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B00; }

 p { color: rgb(187,75,0); }

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

background-color css

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

 a { background-color: rgb(187,75,0); }

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

border-color css

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

 span { border-color: rgb(187,75,0); }

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