Html Css Color HEX #B42F01 Rust

📋 copy color: '#B42F01'

red 180 ◦ green 47 ◦ blue 1

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

Shades of Rust #B42F01

Tints of Rust #B42F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.61%

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

R = 78.95%
G = 20.61%
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

#B42F01 (or 0xB42F01) is known color: Rust. HEX triplet: B4, 2F and 01. RGB value is (180,47,1). Sum of RGB (Red+Green+Blue) = 180+47+1=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42F01 is #4BD0FE. Grayscale: #515151. Windows color (decimal): -4968703 or 77748. OLE color: 77748.

HSL color Cylindrical-coordinate representation of color #B42F01: hue angle of 15.42º 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 #B42F01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 47 1 -
CMYK 0 0.74 0.99 0.29
HSL 15.42º 0.99% 0.35% -
HSV(B) 15.42º 0.99% 0.71% -
XYZ 19.84 11.74 1.25 -
YUV 81.52 82.56 198.24 -
System Red Green Blue C M Y K H S L
Decimal 180 47 1 0 0.74 0.99 0.29 15.42 0.99 0.35
Hex B4 2F 1 0 4A 63 1D F 63 23
Octal 264 57 1 0 112 143 35 17 143 43
Binary 10110100 101111 1 0 1001010 1100011 11101 1111 1100011 100011

Color Harmonies of #B42F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42F01

Black with #B42F01

Text Example


Text Example

White with #B42F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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