Html Css Color HEX #BB2E01 Rust

📋 copy color: '#BB2E01'

red 187 ◦ green 46 ◦ blue 1

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

Shades of Rust #BB2E01

Tints of Rust #BB2E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.66%

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

R = 79.91%
G = 19.66%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB2E01 (or 0xBB2E01) is known color: Rust. HEX triplet: BB, 2E and 01. RGB value is (187,46,1). Sum of RGB (Red+Green+Blue) = 187+46+1=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2E01 is #44D1FE. Grayscale: #535353. Windows color (decimal): -4510207 or 77499. OLE color: 77499.

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

Color convert

RGB 187 46 1 -
CMYK 0 0.75 0.99 0.27
HSL 14.52º 0.99% 0.37% -
HSV(B) 14.52º 0.99% 0.73% -
XYZ 21.48 12.52 1.31 -
YUV 83.03 81.71 202.16 -
System Red Green Blue C M Y K H S L
Decimal 187 46 1 0 0.75 0.99 0.27 14.52 0.99 0.37
Hex BB 2E 1 0 4B 63 1B F 63 25
Octal 273 56 1 0 113 143 33 17 143 45
Binary 10111011 101110 1 0 1001011 1100011 11011 1111 1100011 100101

Color Harmonies of #BB2E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E01

Black with #BB2E01

Text Example


Text Example

White with #BB2E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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