Html Css Color HEX #BA0142 Cardinal

📋 copy color: '#BA0142'

red 186 ◦ green 1 ◦ blue 66

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

Shades of Cardinal #BA0142

Tints of Cardinal #BA0142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 66 (26.17% from 255) = 26.09%

R = 73.52%
G = 0.4%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA0142 (or 0xBA0142) is known color: Cardinal. HEX triplet: BA, 01 and 42. RGB value is (186,1,66). Sum of RGB (Red+Green+Blue) = 186+1+66=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0142 is #45FEBD. Grayscale: #3F3F3F. Windows color (decimal): -4587198 or 4325818. OLE color: 4325818.

HSL color Cylindrical-coordinate representation of color #BA0142: hue angle of 338.92º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0142 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 66 -
CMYK 0 0.99 0.65 0.27
HSL 338.92º 0.99% 0.37% -
HSV(B) 338.92º 0.99% 0.73% -
XYZ 21.24 10.85 6.13 -
YUV 63.73 129.29 215.21 -
System Red Green Blue C M Y K H S L
Decimal 186 1 66 0 0.99 0.65 0.27 338.92 0.99 0.37
Hex BA 1 42 0 63 41 1B 153 63 25
Octal 272 1 102 0 143 101 33 523 143 45
Binary 10111010 1 1000010 0 1100011 1000001 11011 101010011 1100011 100101

Color Harmonies of #BA0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0142

Black with #BA0142

Text Example


Text Example

White with #BA0142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0142; }

 p { color: rgb(186,1,66); }

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

background-color css

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

 a { background-color: rgb(186,1,66); }

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

border-color css

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

 span { border-color: rgb(186,1,66); }

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