Html Css Color HEX #BA083B Cardinal

📋 copy color: '#BA083B'

red 186 ◦ green 8 ◦ blue 59

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

Shades of Cardinal #BA083B

Tints of Cardinal #BA083B

RGB

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

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

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

R = 73.52%
G = 3.16%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA083B (or 0xBA083B) is known color: Cardinal. HEX triplet: BA, 08 and 3B. RGB value is (186,8,59). Sum of RGB (Red+Green+Blue) = 186+8+59=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA083B is #45F7C4. Grayscale: #434343. Windows color (decimal): -4585413 or 3868858. OLE color: 3868858.

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

Color convert

RGB 186 8 59 -
CMYK 0 0.96 0.68 0.27
HSL 342.81º 0.92% 0.38% -
HSV(B) 342.81º 0.96% 0.73% -
XYZ 21.13 10.93 5.13 -
YUV 67.04 123.47 212.85 -
System Red Green Blue C M Y K H S L
Decimal 186 8 59 0 0.96 0.68 0.27 342.81 0.92 0.38
Hex BA 8 3B 0 60 44 1B 157 5C 26
Octal 272 10 73 0 140 104 33 527 134 46
Binary 10111010 1000 111011 0 1100000 1000100 11011 101010111 1011100 100110

Color Harmonies of #BA083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA083B

Black with #BA083B

Text Example


Text Example

White with #BA083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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