Html Css Color HEX #BA0C2D Cardinal

📋 copy color: '#BA0C2D'

red 186 ◦ green 12 ◦ blue 45

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

Shades of Cardinal #BA0C2D

Tints of Cardinal #BA0C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.94%

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

R = 76.54%
G = 4.94%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA0C2D (or 0xBA0C2D) is known color: Cardinal. HEX triplet: BA, 0C and 2D. RGB value is (186,12,45). Sum of RGB (Red+Green+Blue) = 186+12+45=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0C2D is #45F3D2. Grayscale: #434343. Windows color (decimal): -4584403 or 2952378. OLE color: 2952378.

HSL color Cylindrical-coordinate representation of color #BA0C2D: hue angle of 348.62º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0C2D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 12 45 -
CMYK 0 0.94 0.76 0.27
HSL 348.62º 0.88% 0.39% -
HSV(B) 348.62º 0.94% 0.73% -
XYZ 20.85 10.89 3.49 -
YUV 67.79 115.15 212.32 -
System Red Green Blue C M Y K H S L
Decimal 186 12 45 0 0.94 0.76 0.27 348.62 0.88 0.39
Hex BA C 2D 0 5E 4C 1B 15D 58 27
Octal 272 14 55 0 136 114 33 535 130 47
Binary 10111010 1100 101101 0 1011110 1001100 11011 101011101 1011000 100111

Color Harmonies of #BA0C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C2D

Black with #BA0C2D

Text Example


Text Example

White with #BA0C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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