Html Css Color HEX #BA0236 Cardinal

📋 copy color: '#BA0236'

red 186 ◦ green 2 ◦ blue 54

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

Shades of Cardinal #BA0236

Tints of Cardinal #BA0236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 54 (21.48% from 255) = 22.31%

R = 76.86%
G = 0.83%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA0236 (or 0xBA0236) is known color: Cardinal. HEX triplet: BA, 02 and 36. RGB value is (186,2,54). Sum of RGB (Red+Green+Blue) = 186+2+54=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0236 is #45FDC9. Grayscale: #3E3E3E. Windows color (decimal): -4586954 or 3539642. OLE color: 3539642.

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

Color convert

RGB 186 2 54 -
CMYK 0 0.99 0.71 0.27
HSL 343.04º 0.98% 0.37% -
HSV(B) 343.04º 0.99% 0.73% -
XYZ 20.94 10.75 4.46 -
YUV 62.94 122.96 215.77 -
System Red Green Blue C M Y K H S L
Decimal 186 2 54 0 0.99 0.71 0.27 343.04 0.98 0.37
Hex BA 2 36 0 63 47 1B 157 62 25
Octal 272 2 66 0 143 107 33 527 142 45
Binary 10111010 10 110110 0 1100011 1000111 11011 101010111 1100010 100101

Color Harmonies of #BA0236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0236

Black with #BA0236

Text Example


Text Example

White with #BA0236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0236; }

 p { color: rgb(186,2,54); }

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

background-color css

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

 a { background-color: rgb(186,2,54); }

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

border-color css

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

 span { border-color: rgb(186,2,54); }

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