Html Css Color HEX #BA092D Cardinal

📋 copy color: '#BA092D'

red 186 ◦ green 9 ◦ blue 45

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

Shades of Cardinal #BA092D

Tints of Cardinal #BA092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 77.5%
G = 3.75%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA092D (or 0xBA092D) is known color: Cardinal. HEX triplet: BA, 09 and 2D. RGB value is (186,9,45). Sum of RGB (Red+Green+Blue) = 186+9+45=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA092D is #45F6D2. Grayscale: #424242. Windows color (decimal): -4585171 or 2951610. OLE color: 2951610.

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

Color convert

RGB 186 9 45 -
CMYK 0 0.95 0.76 0.27
HSL 347.8º 0.91% 0.38% -
HSV(B) 347.8º 0.95% 0.73% -
XYZ 20.82 10.82 3.47 -
YUV 66.03 116.14 213.57 -
System Red Green Blue C M Y K H S L
Decimal 186 9 45 0 0.95 0.76 0.27 347.8 0.91 0.38
Hex BA 9 2D 0 5F 4C 1B 15C 5B 26
Octal 272 11 55 0 137 114 33 534 133 46
Binary 10111010 1001 101101 0 1011111 1001100 11011 101011100 1011011 100110

Color Harmonies of #BA092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA092D

Black with #BA092D

Text Example


Text Example

White with #BA092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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