Html Css Color HEX #B42B00 Rust

📋 copy color: '#B42B00'

red 180 ◦ green 43 ◦ blue 0

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

Shades of Rust #B42B00

Tints of Rust #B42B00

RGB

 RED value IS 180 (70.7% from 255) = 80.72%

 GREEN value IS 43 (17.19% from 255) = 19.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.72%
G = 19.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B42B00 (or 0xB42B00) is known color: Rust. HEX triplet: B4, 2B and 00. RGB value is (180,43,0). Sum of RGB (Red+Green+Blue) = 180+43+0=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42B00 is #4BD4FF. Grayscale: #4F4F4F. Windows color (decimal): -4969728 or 11188. OLE color: 11188.

HSL color Cylindrical-coordinate representation of color #B42B00: hue angle of 14.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B42B00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 43 0 -
CMYK 0 0.76 1 0.29
HSL 14.33º 1% 0.35% -
HSV(B) 14.33º 1% 0.71% -
XYZ 19.69 11.43 1.17 -
YUV 79.06 83.39 200 -
System Red Green Blue C M Y K H S L
Decimal 180 43 0 0 0.76 1 0.29 14.33 1 0.35
Hex B4 2B 0 0 4C 64 1D E 64 23
Octal 264 53 0 0 114 144 35 16 144 43
Binary 10110100 101011 0 0 1001100 1100100 11101 1110 1100100 100011

Color Harmonies of #B42B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B00

Black with #B42B00

Text Example


Text Example

White with #B42B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B00; }

 p { color: rgb(180,43,0); }

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

background-color css

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

 a { background-color: rgb(180,43,0); }

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

border-color css

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

 span { border-color: rgb(180,43,0); }

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