Html Css Color HEX #B43702 Rust

📋 copy color: '#B43702'

red 180 ◦ green 55 ◦ blue 2

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

Shades of Rust #B43702

Tints of Rust #B43702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 75.95%
G = 23.21%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B43702 (or 0xB43702) is known color: Rust. HEX triplet: B4, 37 and 02. RGB value is (180,55,2). Sum of RGB (Red+Green+Blue) = 180+55+2=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B43702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43702 is #4BC8FD. Grayscale: #565656. Windows color (decimal): -4966654 or 145332. OLE color: 145332.

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

Color convert

RGB 180 55 2 -
CMYK 0 0.69 0.99 0.29
HSL 17.87º 0.98% 0.36% -
HSV(B) 17.87º 0.99% 0.71% -
XYZ 20.2 12.44 1.39 -
YUV 86.33 80.41 194.81 -
System Red Green Blue C M Y K H S L
Decimal 180 55 2 0 0.69 0.99 0.29 17.87 0.98 0.36
Hex B4 37 2 0 45 63 1D 12 62 24
Octal 264 67 2 0 105 143 35 22 142 44
Binary 10110100 110111 10 0 1000101 1100011 11101 10010 1100010 100100

Color Harmonies of #B43702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43702

Black with #B43702

Text Example


Text Example

White with #B43702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43702; }

 p { color: rgb(180,55,2); }

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

background-color css

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

 a { background-color: rgb(180,55,2); }

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

border-color css

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

 span { border-color: rgb(180,55,2); }

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