Html Css Color HEX #BD193C Cardinal

📋 copy color: '#BD193C'

red 189 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #BD193C

Tints of Cardinal #BD193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 68.98%
G = 9.12%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD193C (or 0xBD193C) is known color: Cardinal. HEX triplet: BD, 19 and 3C. RGB value is (189,25,60). Sum of RGB (Red+Green+Blue) = 189+25+60=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD193C is #42E6C3. Grayscale: #4E4E4E. Windows color (decimal): -4384452 or 3938749. OLE color: 3938749.

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

Color convert

RGB 189 25 60 -
CMYK 0 0.87 0.68 0.26
HSL 347.2º 0.77% 0.42% -
HSV(B) 347.2º 0.87% 0.74% -
XYZ 22.15 11.84 5.39 -
YUV 78.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 189 25 60 0 0.87 0.68 0.26 347.2 0.77 0.42
Hex BD 19 3C 0 57 44 1A 15B 4D 2A
Octal 275 31 74 0 127 104 32 533 115 52
Binary 10111101 11001 111100 0 1010111 1000100 11010 101011011 1001101 101010

Color Harmonies of #BD193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD193C

Black with #BD193C

Text Example


Text Example

White with #BD193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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