Html Css Color HEX #BA093D Cardinal

📋 copy color: '#BA093D'

red 186 ◦ green 9 ◦ blue 61

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

Shades of Cardinal #BA093D

Tints of Cardinal #BA093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 72.66%
G = 3.52%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA093D (or 0xBA093D) is known color: Cardinal. HEX triplet: BA, 09 and 3D. RGB value is (186,9,61). Sum of RGB (Red+Green+Blue) = 186+9+61=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA093D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA093D is #45F6C2. Grayscale: #434343. Windows color (decimal): -4585155 or 4000186. OLE color: 4000186.

HSL color Cylindrical-coordinate representation of color #BA093D: hue angle of 342.37º 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 #BA093D is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 9 61 -
CMYK 0 0.95 0.67 0.27
HSL 342.37º 0.91% 0.38% -
HSV(B) 342.37º 0.95% 0.73% -
XYZ 21.19 10.97 5.42 -
YUV 67.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 186 9 61 0 0.95 0.67 0.27 342.37 0.91 0.38
Hex BA 9 3D 0 5F 43 1B 156 5B 26
Octal 272 11 75 0 137 103 33 526 133 46
Binary 10111010 1001 111101 0 1011111 1000011 11011 101010110 1011011 100110

Color Harmonies of #BA093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA093D

Black with #BA093D

Text Example


Text Example

White with #BA093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA093D; }

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

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

background-color css

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

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

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

border-color css

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

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

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