Html Css Color HEX #BA023D Cardinal

📋 copy color: '#BA023D'

red 186 ◦ green 2 ◦ blue 61

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

Shades of Cardinal #BA023D

Tints of Cardinal #BA023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 74.7%
G = 0.8%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA023D (or 0xBA023D) is known color: Cardinal. HEX triplet: BA, 02 and 3D. RGB value is (186,2,61). Sum of RGB (Red+Green+Blue) = 186+2+61=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA023D is #45FDC2. Grayscale: #3F3F3F. Windows color (decimal): -4586947 or 3998394. OLE color: 3998394.

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

Color convert

RGB 186 2 61 -
CMYK 0 0.99 0.67 0.27
HSL 340.76º 0.98% 0.37% -
HSV(B) 340.76º 0.99% 0.73% -
XYZ 21.11 10.82 5.39 -
YUV 63.74 126.46 215.2 -
System Red Green Blue C M Y K H S L
Decimal 186 2 61 0 0.99 0.67 0.27 340.76 0.98 0.37
Hex BA 2 3D 0 63 43 1B 155 62 25
Octal 272 2 75 0 143 103 33 525 142 45
Binary 10111010 10 111101 0 1100011 1000011 11011 101010101 1100010 100101

Color Harmonies of #BA023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA023D

Black with #BA023D

Text Example


Text Example

White with #BA023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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