Html Css Color HEX #B2401D Rust

📋 copy color: '#B2401D'

red 178 ◦ green 64 ◦ blue 29

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

Shades of Rust #B2401D

Tints of Rust #B2401D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 65.68%
G = 23.62%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2401D (or 0xB2401D) is known color: Rust. HEX triplet: B2, 40 and 1D. RGB value is (178,64,29). Sum of RGB (Red+Green+Blue) = 178+64+29=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B2401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2401D is #4DBFE2. Grayscale: #5E5E5E. Windows color (decimal): -5095395 or 1917106. OLE color: 1917106.

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

Color convert

RGB 178 64 29 -
CMYK 0 0.64 0.84 0.30
HSL 14.09º 0.72% 0.41% -
HSV(B) 14.09º 0.84% 0.7% -
XYZ 20.42 13.22 2.64 -
YUV 94.1 91.27 187.85 -
System Red Green Blue C M Y K H S L
Decimal 178 64 29 0 0.64 0.84 0.30 14.09 0.72 0.41
Hex B2 40 1D 0 40 54 1E E 48 29
Octal 262 100 35 0 100 124 36 16 110 51
Binary 10110010 1000000 11101 0 1000000 1010100 11110 1110 1001000 101001

Color Harmonies of #B2401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2401D

Black with #B2401D

Text Example


Text Example

White with #B2401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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