Html Css Color HEX #B44303 Rust

📋 copy color: '#B44303'

red 180 ◦ green 67 ◦ blue 3

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

Shades of Rust #B44303

Tints of Rust #B44303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 72%
G = 26.8%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B44303 (or 0xB44303) is known color: Rust. HEX triplet: B4, 43 and 03. RGB value is (180,67,3). Sum of RGB (Red+Green+Blue) = 180+67+3=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B44303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44303 is #4BBCFC. Grayscale: #5D5D5D. Windows color (decimal): -4963581 or 213940. OLE color: 213940.

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

Color convert

RGB 180 67 3 -
CMYK 0 0.63 0.98 0.29
HSL 21.69º 0.97% 0.36% -
HSV(B) 21.69º 0.98% 0.71% -
XYZ 20.85 13.72 1.64 -
YUV 93.49 76.94 189.7 -
System Red Green Blue C M Y K H S L
Decimal 180 67 3 0 0.63 0.98 0.29 21.69 0.97 0.36
Hex B4 43 3 0 3F 62 1D 16 61 24
Octal 264 103 3 0 77 142 35 26 141 44
Binary 10110100 1000011 11 0 111111 1100010 11101 10110 1100001 100100

Color Harmonies of #B44303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44303

Black with #B44303

Text Example


Text Example

White with #B44303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44303; }

 p { color: rgb(180,67,3); }

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

background-color css

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

 a { background-color: rgb(180,67,3); }

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

border-color css

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

 span { border-color: rgb(180,67,3); }

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