Html Css Color HEX #BD193E Cardinal

📋 copy color: '#BD193E'

red 189 ◦ green 25 ◦ blue 62

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

Shades of Cardinal #BD193E

Tints of Cardinal #BD193E

RGB

 RED value IS 189 (74.22% from 255) = 68.48%

 GREEN value IS 25 (10.16% from 255) = 9.06%

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 68.48%
G = 9.06%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD193E (or 0xBD193E) is known color: Cardinal. HEX triplet: BD, 19 and 3E. RGB value is (189,25,62). Sum of RGB (Red+Green+Blue) = 189+25+62=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD193E is #42E6C1. Grayscale: #4E4E4E. Windows color (decimal): -4384450 or 4069821. OLE color: 4069821.

HSL color Cylindrical-coordinate representation of color #BD193E: hue angle of 346.46º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD193E is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 25 62 -
CMYK 0 0.87 0.67 0.26
HSL 346.46º 0.77% 0.42% -
HSV(B) 346.46º 0.87% 0.74% -
XYZ 22.2 11.86 5.68 -
YUV 78.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 189 25 62 0 0.87 0.67 0.26 346.46 0.77 0.42
Hex BD 19 3E 0 57 43 1A 15A 4D 2A
Octal 275 31 76 0 127 103 32 532 115 52
Binary 10111101 11001 111110 0 1010111 1000011 11010 101011010 1001101 101010

Color Harmonies of #BD193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD193E

Black with #BD193E

Text Example


Text Example

White with #BD193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD193E; }

 p { color: rgb(189,25,62); }

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

background-color css

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

 a { background-color: rgb(189,25,62); }

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

border-color css

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

 span { border-color: rgb(189,25,62); }

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