Html Css Color HEX #BA092F Cardinal

📋 copy color: '#BA092F'

red 186 ◦ green 9 ◦ blue 47

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

Shades of Cardinal #BA092F

Tints of Cardinal #BA092F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

 BLUE value IS 47 (18.75% from 255) = 19.42%

R = 76.86%
G = 3.72%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA092F (or 0xBA092F) is known color: Cardinal. HEX triplet: BA, 09 and 2F. RGB value is (186,9,47). Sum of RGB (Red+Green+Blue) = 186+9+47=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA092F is #45F6D0. Grayscale: #424242. Windows color (decimal): -4585169 or 3082682. OLE color: 3082682.

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

Color convert

RGB 186 9 47 -
CMYK 0 0.95 0.75 0.27
HSL 347.12º 0.91% 0.38% -
HSV(B) 347.12º 0.95% 0.73% -
XYZ 20.86 10.84 3.68 -
YUV 66.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 186 9 47 0 0.95 0.75 0.27 347.12 0.91 0.38
Hex BA 9 2F 0 5F 4B 1B 15B 5B 26
Octal 272 11 57 0 137 113 33 533 133 46
Binary 10111010 1001 101111 0 1011111 1001011 11011 101011011 1011011 100110

Color Harmonies of #BA092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA092F

Black with #BA092F

Text Example


Text Example

White with #BA092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA092F; }

 p { color: rgb(186,9,47); }

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

background-color css

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

 a { background-color: rgb(186,9,47); }

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

border-color css

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

 span { border-color: rgb(186,9,47); }

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