Html Css Color HEX #BA023B Cardinal

📋 copy color: '#BA023B'

red 186 ◦ green 2 ◦ blue 59

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

Shades of Cardinal #BA023B

Tints of Cardinal #BA023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.89%

R = 75.3%
G = 0.81%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA023B (or 0xBA023B) is known color: Cardinal. HEX triplet: BA, 02 and 3B. RGB value is (186,2,59). Sum of RGB (Red+Green+Blue) = 186+2+59=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA023B is #45FDC4. Grayscale: #3F3F3F. Windows color (decimal): -4586949 or 3867322. OLE color: 3867322.

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

Color convert

RGB 186 2 59 -
CMYK 0 0.99 0.68 0.27
HSL 341.41º 0.98% 0.37% -
HSV(B) 341.41º 0.99% 0.73% -
XYZ 21.06 10.8 5.11 -
YUV 63.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 186 2 59 0 0.99 0.68 0.27 341.41 0.98 0.37
Hex BA 2 3B 0 63 44 1B 155 62 25
Octal 272 2 73 0 143 104 33 525 142 45
Binary 10111010 10 111011 0 1100011 1000100 11011 101010101 1100010 100101

Color Harmonies of #BA023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA023B

Black with #BA023B

Text Example


Text Example

White with #BA023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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