Html Css Color HEX #BA3003 Rust

📋 copy color: '#BA3003'

red 186 ◦ green 48 ◦ blue 3

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

Shades of Rust #BA3003

Tints of Rust #BA3003

RGB

 RED value IS 186 (73.05% from 255) = 78.48%

 GREEN value IS 48 (19.14% from 255) = 20.25%

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

R = 78.48%
G = 20.25%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA3003 (or 0xBA3003) is known color: Rust. HEX triplet: BA, 30 and 03. RGB value is (186,48,3). Sum of RGB (Red+Green+Blue) = 186+48+3=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3003 is #45CFFC. Grayscale: #545454. Windows color (decimal): -4575229 or 209082. OLE color: 209082.

HSL color Cylindrical-coordinate representation of color #BA3003: hue angle of 14.75º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA3003 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 3 -
CMYK 0 0.74 0.98 0.27
HSL 14.75º 0.97% 0.37% -
HSV(B) 14.75º 0.98% 0.73% -
XYZ 21.32 12.56 1.39 -
YUV 84.13 82.22 200.66 -
System Red Green Blue C M Y K H S L
Decimal 186 48 3 0 0.74 0.98 0.27 14.75 0.97 0.37
Hex BA 30 3 0 4A 62 1B F 61 25
Octal 272 60 3 0 112 142 33 17 141 45
Binary 10111010 110000 11 0 1001010 1100010 11011 1111 1100001 100101

Color Harmonies of #BA3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3003

Black with #BA3003

Text Example


Text Example

White with #BA3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3003; }

 p { color: rgb(186,48,3); }

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

background-color css

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

 a { background-color: rgb(186,48,3); }

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

border-color css

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

 span { border-color: rgb(186,48,3); }

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