Html Css Color HEX #BD192E Cardinal

📋 copy color: '#BD192E'

red 189 ◦ green 25 ◦ blue 46

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

Shades of Cardinal #BD192E

Tints of Cardinal #BD192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 72.69%
G = 9.62%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD192E (or 0xBD192E) is known color: Cardinal. HEX triplet: BD, 19 and 2E. RGB value is (189,25,46). Sum of RGB (Red+Green+Blue) = 189+25+46=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD192E is #42E6D1. Grayscale: #4C4C4C. Windows color (decimal): -4384466 or 3021245. OLE color: 3021245.

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

Color convert

RGB 189 25 46 -
CMYK 0 0.87 0.76 0.26
HSL 352.32º 0.77% 0.42% -
HSV(B) 352.32º 0.87% 0.74% -
XYZ 21.83 11.71 3.69 -
YUV 76.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 189 25 46 0 0.87 0.76 0.26 352.32 0.77 0.42
Hex BD 19 2E 0 57 4C 1A 160 4D 2A
Octal 275 31 56 0 127 114 32 540 115 52
Binary 10111101 11001 101110 0 1010111 1001100 11010 101100000 1001101 101010

Color Harmonies of #BD192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD192E

Black with #BD192E

Text Example


Text Example

White with #BD192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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