Html Css Color HEX #B43C02 Rust

📋 copy color: '#B43C02'

red 180 ◦ green 60 ◦ blue 2

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

Shades of Rust #B43C02

Tints of Rust #B43C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.79%

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

R = 74.38%
G = 24.79%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B43C02 (or 0xB43C02) is known color: Rust. HEX triplet: B4, 3C and 02. RGB value is (180,60,2). Sum of RGB (Red+Green+Blue) = 180+60+2=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43C02 is #4BC3FD. Grayscale: #595959. Windows color (decimal): -4965374 or 146612. OLE color: 146612.

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

Color convert

RGB 180 60 2 -
CMYK 0 0.67 0.99 0.29
HSL 19.55º 0.98% 0.36% -
HSV(B) 19.55º 0.99% 0.71% -
XYZ 20.45 12.94 1.48 -
YUV 89.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 180 60 2 0 0.67 0.99 0.29 19.55 0.98 0.36
Hex B4 3C 2 0 43 63 1D 14 62 24
Octal 264 74 2 0 103 143 35 24 142 44
Binary 10110100 111100 10 0 1000011 1100011 11101 10100 1100010 100100

Color Harmonies of #B43C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C02

Black with #B43C02

Text Example


Text Example

White with #B43C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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