Html Css Color HEX #BB370A Rust

📋 copy color: '#BB370A'

red 187 ◦ green 55 ◦ blue 10

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

Shades of Rust #BB370A

Tints of Rust #BB370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 74.21%
G = 21.83%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB370A (or 0xBB370A) is known color: Rust. HEX triplet: BB, 37 and 0A. RGB value is (187,55,10). Sum of RGB (Red+Green+Blue) = 187+55+10=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB370A is #44C8F5. Grayscale: #595959. Windows color (decimal): -4507894 or 669627. OLE color: 669627.

HSL color Cylindrical-coordinate representation of color #BB370A: hue angle of 15.25º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB370A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 55 10 -
CMYK 0 0.71 0.95 0.27
HSL 15.25º 0.9% 0.39% -
HSV(B) 15.25º 0.95% 0.73% -
XYZ 21.91 13.32 1.7 -
YUV 89.34 83.23 197.66 -
System Red Green Blue C M Y K H S L
Decimal 187 55 10 0 0.71 0.95 0.27 15.25 0.9 0.39
Hex BB 37 A 0 47 5F 1B F 5A 27
Octal 273 67 12 0 107 137 33 17 132 47
Binary 10111011 110111 1010 0 1000111 1011111 11011 1111 1011010 100111

Color Harmonies of #BB370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB370A

Black with #BB370A

Text Example


Text Example

White with #BB370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB370A; }

 p { color: rgb(187,55,10); }

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

background-color css

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

 a { background-color: rgb(187,55,10); }

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

border-color css

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

 span { border-color: rgb(187,55,10); }

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