Html Css Color HEX #BA3D02 Rust

📋 copy color: '#BA3D02'

red 186 ◦ green 61 ◦ blue 2

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

Shades of Rust #BA3D02

Tints of Rust #BA3D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.5%

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

R = 74.7%
G = 24.5%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA3D02 (or 0xBA3D02) is known color: Rust. HEX triplet: BA, 3D and 02. RGB value is (186,61,2). Sum of RGB (Red+Green+Blue) = 186+61+2=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D02 is #45C2FD. Grayscale: #5C5C5C. Windows color (decimal): -4571902 or 146874. OLE color: 146874.

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

Color convert

RGB 186 61 2 -
CMYK 0 0.67 0.99 0.27
HSL 19.24º 0.98% 0.37% -
HSV(B) 19.24º 0.99% 0.73% -
XYZ 21.93 13.78 1.56 -
YUV 91.65 77.41 195.3 -
System Red Green Blue C M Y K H S L
Decimal 186 61 2 0 0.67 0.99 0.27 19.24 0.98 0.37
Hex BA 3D 2 0 43 63 1B 13 62 25
Octal 272 75 2 0 103 143 33 23 142 45
Binary 10111010 111101 10 0 1000011 1100011 11011 10011 1100010 100101

Color Harmonies of #BA3D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D02

Black with #BA3D02

Text Example


Text Example

White with #BA3D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D02; }

 p { color: rgb(186,61,2); }

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

background-color css

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

 a { background-color: rgb(186,61,2); }

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

border-color css

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

 span { border-color: rgb(186,61,2); }

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