Html Css Color HEX #BA0132 Cardinal

📋 copy color: '#BA0132'

red 186 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #BA0132

Tints of Cardinal #BA0132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 78.48%
G = 0.42%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA0132 (or 0xBA0132) is known color: Cardinal. HEX triplet: BA, 01 and 32. RGB value is (186,1,50). Sum of RGB (Red+Green+Blue) = 186+1+50=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0132 is #45FECD. Grayscale: #3D3D3D. Windows color (decimal): -4587214 or 3277242. OLE color: 3277242.

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

Color convert

RGB 186 1 50 -
CMYK 0 0.99 0.73 0.27
HSL 344.11º 0.99% 0.37% -
HSV(B) 344.11º 0.99% 0.73% -
XYZ 20.84 10.69 3.98 -
YUV 61.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 186 1 50 0 0.99 0.73 0.27 344.11 0.99 0.37
Hex BA 1 32 0 63 49 1B 158 63 25
Octal 272 1 62 0 143 111 33 530 143 45
Binary 10111010 1 110010 0 1100011 1001001 11011 101011000 1100011 100101

Color Harmonies of #BA0132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0132

Black with #BA0132

Text Example


Text Example

White with #BA0132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0132; }

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

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

background-color css

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

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

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

border-color css

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

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

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