Html Css Color HEX #BA0834 Cardinal

📋 copy color: '#BA0834'

red 186 ◦ green 8 ◦ blue 52

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

Shades of Cardinal #BA0834

Tints of Cardinal #BA0834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

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

R = 75.61%
G = 3.25%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA0834 (or 0xBA0834) is known color: Cardinal. HEX triplet: BA, 08 and 34. RGB value is (186,8,52). Sum of RGB (Red+Green+Blue) = 186+8+52=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0834 is #45F7CB. Grayscale: #424242. Windows color (decimal): -4585420 or 3410106. OLE color: 3410106.

HSL color Cylindrical-coordinate representation of color #BA0834: hue angle of 345.17º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0834 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 52 -
CMYK 0 0.96 0.72 0.27
HSL 345.17º 0.92% 0.38% -
HSV(B) 345.17º 0.96% 0.73% -
XYZ 20.96 10.86 4.24 -
YUV 66.24 119.97 213.42 -
System Red Green Blue C M Y K H S L
Decimal 186 8 52 0 0.96 0.72 0.27 345.17 0.92 0.38
Hex BA 8 34 0 60 48 1B 159 5C 26
Octal 272 10 64 0 140 110 33 531 134 46
Binary 10111010 1000 110100 0 1100000 1001000 11011 101011001 1011100 100110

Color Harmonies of #BA0834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0834

Black with #BA0834

Text Example


Text Example

White with #BA0834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0834; }

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

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

background-color css

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

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

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

border-color css

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

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

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