Html Css Color HEX #B43308 Rust

📋 copy color: '#B43308'

red 180 ◦ green 51 ◦ blue 8

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

Shades of Rust #B43308

Tints of Rust #B43308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 8 (3.52% from 255) = 3.35%

R = 75.31%
G = 21.34%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B43308 (or 0xB43308) is known color: Rust. HEX triplet: B4, 33 and 08. RGB value is (180,51,8). Sum of RGB (Red+Green+Blue) = 180+51+8=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B43308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43308 is #4BCCF7. Grayscale: #545454. Windows color (decimal): -4967672 or 537524. OLE color: 537524.

HSL color Cylindrical-coordinate representation of color #B43308: hue angle of 15º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B43308 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 8 -
CMYK 0 0.72 0.96 0.29
HSL 15º 0.91% 0.37% -
HSV(B) 15º 0.96% 0.71% -
XYZ 20.05 12.09 1.51 -
YUV 84.67 84.74 196 -
System Red Green Blue C M Y K H S L
Decimal 180 51 8 0 0.72 0.96 0.29 15 0.91 0.37
Hex B4 33 8 0 48 60 1D F 5B 25
Octal 264 63 10 0 110 140 35 17 133 45
Binary 10110100 110011 1000 0 1001000 1100000 11101 1111 1011011 100101

Color Harmonies of #B43308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43308

Black with #B43308

Text Example


Text Example

White with #B43308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43308; }

 p { color: rgb(180,51,8); }

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

background-color css

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

 a { background-color: rgb(180,51,8); }

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

border-color css

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

 span { border-color: rgb(180,51,8); }

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