Html Css Color HEX #BB2F00 Rust

📋 copy color: '#BB2F00'

red 187 ◦ green 47 ◦ blue 0

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

Shades of Rust #BB2F00

Tints of Rust #BB2F00

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.09%

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

R = 79.91%
G = 20.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB2F00 (or 0xBB2F00) is known color: Rust. HEX triplet: BB, 2F and 00. RGB value is (187,47,0). Sum of RGB (Red+Green+Blue) = 187+47+0=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2F00 is #44D0FF. Grayscale: #535353. Windows color (decimal): -4509952 or 12219. OLE color: 12219.

HSL color Cylindrical-coordinate representation of color #BB2F00: hue angle of 15.08º 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 #BB2F00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 47 0 -
CMYK 0 0.75 1 0.27
HSL 15.08º 1% 0.37% -
HSV(B) 15.08º 1% 0.73% -
XYZ 21.51 12.6 1.3 -
YUV 83.5 80.88 201.82 -
System Red Green Blue C M Y K H S L
Decimal 187 47 0 0 0.75 1 0.27 15.08 1 0.37
Hex BB 2F 0 0 4B 64 1B F 64 25
Octal 273 57 0 0 113 144 33 17 144 45
Binary 10111011 101111 0 0 1001011 1100100 11011 1111 1100100 100101

Color Harmonies of #BB2F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F00

Black with #BB2F00

Text Example


Text Example

White with #BB2F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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