Html Css Color HEX #BA093F Cardinal

📋 copy color: '#BA093F'

red 186 ◦ green 9 ◦ blue 63

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

Shades of Cardinal #BA093F

Tints of Cardinal #BA093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

 BLUE value IS 63 (25% from 255) = 24.42%

R = 72.09%
G = 3.49%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA093F (or 0xBA093F) is known color: Cardinal. HEX triplet: BA, 09 and 3F. RGB value is (186,9,63). Sum of RGB (Red+Green+Blue) = 186+9+63=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA093F is #45F6C0. Grayscale: #444444. Windows color (decimal): -4585153 or 4131258. OLE color: 4131258.

HSL color Cylindrical-coordinate representation of color #BA093F: hue angle of 341.69º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA093F is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 9 63 -
CMYK 0 0.95 0.66 0.27
HSL 341.69º 0.91% 0.38% -
HSV(B) 341.69º 0.95% 0.73% -
XYZ 21.24 10.99 5.7 -
YUV 68.08 125.14 212.11 -
System Red Green Blue C M Y K H S L
Decimal 186 9 63 0 0.95 0.66 0.27 341.69 0.91 0.38
Hex BA 9 3F 0 5F 42 1B 156 5B 26
Octal 272 11 77 0 137 102 33 526 133 46
Binary 10111010 1001 111111 0 1011111 1000010 11011 101010110 1011011 100110

Color Harmonies of #BA093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA093F

Black with #BA093F

Text Example


Text Example

White with #BA093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA093F; }

 p { color: rgb(186,9,63); }

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

background-color css

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

 a { background-color: rgb(186,9,63); }

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

border-color css

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

 span { border-color: rgb(186,9,63); }

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