Html Css Color HEX #BA162A Cardinal

📋 copy color: '#BA162A'

red 186 ◦ green 22 ◦ blue 42

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

Shades of Cardinal #BA162A

Tints of Cardinal #BA162A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.8%

 BLUE value IS 42 (16.8% from 255) = 16.8%

R = 74.4%
G = 8.8%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA162A (or 0xBA162A) is known color: Cardinal. HEX triplet: BA, 16 and 2A. RGB value is (186,22,42). Sum of RGB (Red+Green+Blue) = 186+22+42=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA162A is #45E9D5. Grayscale: #494949. Windows color (decimal): -4581846 or 2758330. OLE color: 2758330.

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

Color convert

RGB 186 22 42 -
CMYK 0 0.88 0.77 0.27
HSL 352.68º 0.79% 0.41% -
HSV(B) 352.68º 0.88% 0.73% -
XYZ 20.95 11.18 3.24 -
YUV 73.32 110.33 208.37 -
System Red Green Blue C M Y K H S L
Decimal 186 22 42 0 0.88 0.77 0.27 352.68 0.79 0.41
Hex BA 16 2A 0 58 4D 1B 161 4F 29
Octal 272 26 52 0 130 115 33 541 117 51
Binary 10111010 10110 101010 0 1011000 1001101 11011 101100001 1001111 101001

Color Harmonies of #BA162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA162A

Black with #BA162A

Text Example


Text Example

White with #BA162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA162A; }

 p { color: rgb(186,22,42); }

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

background-color css

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

 a { background-color: rgb(186,22,42); }

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

border-color css

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

 span { border-color: rgb(186,22,42); }

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