Html Css Color HEX #BA0234 Cardinal

📋 copy color: '#BA0234'

red 186 ◦ green 2 ◦ blue 52

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

Shades of Cardinal #BA0234

Tints of Cardinal #BA0234

RGB

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

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

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

R = 77.5%
G = 0.83%
B = 21.67%

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

#BA0234 (or 0xBA0234) is known color: Cardinal. HEX triplet: BA, 02 and 34. RGB value is (186,2,52). Sum of RGB (Red+Green+Blue) = 186+2+52=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0234 is #45FDCB. Grayscale: #3E3E3E. Windows color (decimal): -4586956 or 3408570. OLE color: 3408570.

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

Color convert

RGB 186 2 52 -
CMYK 0 0.99 0.72 0.27
HSL 343.7º 0.98% 0.37% -
HSV(B) 343.7º 0.99% 0.73% -
XYZ 20.89 10.73 4.22 -
YUV 62.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 186 2 52 0 0.99 0.72 0.27 343.7 0.98 0.37
Hex BA 2 34 0 63 48 1B 158 62 25
Octal 272 2 64 0 143 110 33 530 142 45
Binary 10111010 10 110100 0 1100011 1001000 11011 101011000 1100010 100101

Color Harmonies of #BA0234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0234

Black with #BA0234

Text Example


Text Example

White with #BA0234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0234; }

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

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

background-color css

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

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

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

border-color css

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

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

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