Html Css Color HEX #BA033D Cardinal

📋 copy color: '#BA033D'

red 186 ◦ green 3 ◦ blue 61

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

Shades of Cardinal #BA033D

Tints of Cardinal #BA033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 74.4%
G = 1.2%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA033D (or 0xBA033D) is known color: Cardinal. HEX triplet: BA, 03 and 3D. RGB value is (186,3,61). Sum of RGB (Red+Green+Blue) = 186+3+61=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA033D is #45FCC2. Grayscale: #404040. Windows color (decimal): -4586691 or 3998650. OLE color: 3998650.

HSL color Cylindrical-coordinate representation of color #BA033D: hue angle of 340.98º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA033D is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 3 61 -
CMYK 0 0.98 0.67 0.27
HSL 340.98º 0.97% 0.37% -
HSV(B) 340.98º 0.98% 0.73% -
XYZ 21.12 10.84 5.39 -
YUV 64.33 126.13 214.78 -
System Red Green Blue C M Y K H S L
Decimal 186 3 61 0 0.98 0.67 0.27 340.98 0.97 0.37
Hex BA 3 3D 0 62 43 1B 155 61 25
Octal 272 3 75 0 142 103 33 525 141 45
Binary 10111010 11 111101 0 1100010 1000011 11011 101010101 1100001 100101

Color Harmonies of #BA033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA033D

Black with #BA033D

Text Example


Text Example

White with #BA033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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