Html Css Color HEX #B42E01 Rust

📋 copy color: '#B42E01'

red 180 ◦ green 46 ◦ blue 1

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

Shades of Rust #B42E01

Tints of Rust #B42E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.26%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 79.3%
G = 20.26%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B42E01 (or 0xB42E01) is known color: Rust. HEX triplet: B4, 2E and 01. RGB value is (180,46,1). Sum of RGB (Red+Green+Blue) = 180+46+1=227 (30% of max value = 765). Red value is 180 (70.70% from 255 or 79.30% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42E01 is #4BD1FE. Grayscale: #515151. Windows color (decimal): -4968959 or 77492. OLE color: 77492.

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

Color convert

RGB 180 46 1 -
CMYK 0 0.74 0.99 0.29
HSL 15.08º 0.99% 0.35% -
HSV(B) 15.08º 0.99% 0.71% -
XYZ 19.8 11.66 1.24 -
YUV 80.94 82.89 198.66 -
System Red Green Blue C M Y K H S L
Decimal 180 46 1 0 0.74 0.99 0.29 15.08 0.99 0.35
Hex B4 2E 1 0 4A 63 1D F 63 23
Octal 264 56 1 0 112 143 35 17 143 43
Binary 10110100 101110 1 0 1001010 1100011 11101 1111 1100011 100011

Color Harmonies of #B42E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E01

Black with #B42E01

Text Example


Text Example

White with #B42E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E01; }

 p { color: rgb(180,46,1); }

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

background-color css

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

 a { background-color: rgb(180,46,1); }

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

border-color css

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

 span { border-color: rgb(180,46,1); }

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