Html Css Color HEX #B2400C Rust

📋 copy color: '#B2400C'

red 178 ◦ green 64 ◦ blue 12

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

Shades of Rust #B2400C

Tints of Rust #B2400C

RGB

 RED value IS 178 (69.92% from 255) = 70.08%

 GREEN value IS 64 (25.39% from 255) = 25.2%

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 70.08%
G = 25.2%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2400C (or 0xB2400C) is known color: Rust. HEX triplet: B2, 40 and 0C. RGB value is (178,64,12). Sum of RGB (Red+Green+Blue) = 178+64+12=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B2400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2400C is #4DBFF3. Grayscale: #5C5C5C. Windows color (decimal): -5095412 or 802994. OLE color: 802994.

HSL color Cylindrical-coordinate representation of color #B2400C: hue angle of 18.8º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2400C is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 12 -
CMYK 0 0.64 0.93 0.30
HSL 18.8º 0.87% 0.37% -
HSV(B) 18.8º 0.93% 0.7% -
XYZ 20.26 13.16 1.82 -
YUV 92.16 82.77 189.23 -
System Red Green Blue C M Y K H S L
Decimal 178 64 12 0 0.64 0.93 0.30 18.8 0.87 0.37
Hex B2 40 C 0 40 5D 1E 13 57 25
Octal 262 100 14 0 100 135 36 23 127 45
Binary 10110010 1000000 1100 0 1000000 1011101 11110 10011 1010111 100101

Color Harmonies of #B2400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2400C

Black with #B2400C

Text Example


Text Example

White with #B2400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2400C; }

 p { color: rgb(178,64,12); }

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

background-color css

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

 a { background-color: rgb(178,64,12); }

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

border-color css

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

 span { border-color: rgb(178,64,12); }

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