Html Css Color HEX #BA0134 Cardinal

📋 copy color: '#BA0134'

red 186 ◦ green 1 ◦ blue 52

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

Shades of Cardinal #BA0134

Tints of Cardinal #BA0134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 77.82%
G = 0.42%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA0134 (or 0xBA0134) is known color: Cardinal. HEX triplet: BA, 01 and 34. RGB value is (186,1,52). Sum of RGB (Red+Green+Blue) = 186+1+52=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0134 is #45FECB. Grayscale: #3E3E3E. Windows color (decimal): -4587212 or 3408314. OLE color: 3408314.

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

Color convert

RGB 186 1 52 -
CMYK 0 0.99 0.72 0.27
HSL 343.46º 0.99% 0.37% -
HSV(B) 343.46º 0.99% 0.73% -
XYZ 20.88 10.71 4.22 -
YUV 62.13 122.29 216.35 -
System Red Green Blue C M Y K H S L
Decimal 186 1 52 0 0.99 0.72 0.27 343.46 0.99 0.37
Hex BA 1 34 0 63 48 1B 157 63 25
Octal 272 1 64 0 143 110 33 527 143 45
Binary 10111010 1 110100 0 1100011 1001000 11011 101010111 1100011 100101

Color Harmonies of #BA0134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0134

Black with #BA0134

Text Example


Text Example

White with #BA0134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0134; }

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

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

background-color css

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

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

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

border-color css

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

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

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