Html Css Color HEX #BB3402 Rust

📋 copy color: '#BB3402'

red 187 ◦ green 52 ◦ blue 2

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

Shades of Rust #BB3402

Tints of Rust #BB3402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

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

R = 77.59%
G = 21.58%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB3402 (or 0xBB3402) is known color: Rust. HEX triplet: BB, 34 and 02. RGB value is (187,52,2). Sum of RGB (Red+Green+Blue) = 187+52+2=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3402 is #44CBFD. Grayscale: #575757. Windows color (decimal): -4508670 or 144571. OLE color: 144571.

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

Color convert

RGB 187 52 2 -
CMYK 0 0.72 0.99 0.27
HSL 16.22º 0.98% 0.37% -
HSV(B) 16.22º 0.99% 0.73% -
XYZ 21.73 13.03 1.43 -
YUV 86.67 80.23 199.57 -
System Red Green Blue C M Y K H S L
Decimal 187 52 2 0 0.72 0.99 0.27 16.22 0.98 0.37
Hex BB 34 2 0 48 63 1B 10 62 25
Octal 273 64 2 0 110 143 33 20 142 45
Binary 10111011 110100 10 0 1001000 1100011 11011 10000 1100010 100101

Color Harmonies of #BB3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3402

Black with #BB3402

Text Example


Text Example

White with #BB3402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3402; }

 p { color: rgb(187,52,2); }

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

background-color css

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

 a { background-color: rgb(187,52,2); }

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

border-color css

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

 span { border-color: rgb(187,52,2); }

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