Html Css Color HEX #BB430A Rust

📋 copy color: '#BB430A'

red 187 ◦ green 67 ◦ blue 10

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

Shades of Rust #BB430A

Tints of Rust #BB430A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

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

R = 70.83%
G = 25.38%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB430A (or 0xBB430A) is known color: Rust. HEX triplet: BB, 43 and 0A. RGB value is (187,67,10). Sum of RGB (Red+Green+Blue) = 187+67+10=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB430A is #44BCF5. Grayscale: #606060. Windows color (decimal): -4504822 or 672699. OLE color: 672699.

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

Color convert

RGB 187 67 10 -
CMYK 0 0.64 0.95 0.27
HSL 19.32º 0.9% 0.39% -
HSV(B) 19.32º 0.95% 0.73% -
XYZ 22.56 14.6 1.92 -
YUV 96.38 79.26 192.63 -
System Red Green Blue C M Y K H S L
Decimal 187 67 10 0 0.64 0.95 0.27 19.32 0.9 0.39
Hex BB 43 A 0 40 5F 1B 13 5A 27
Octal 273 103 12 0 100 137 33 23 132 47
Binary 10111011 1000011 1010 0 1000000 1011111 11011 10011 1011010 100111

Color Harmonies of #BB430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB430A

Black with #BB430A

Text Example


Text Example

White with #BB430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB430A; }

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

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

background-color css

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

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

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

border-color css

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

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

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