Html Css Color HEX #BD192D Cardinal

📋 copy color: '#BD192D'

red 189 ◦ green 25 ◦ blue 45

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

Shades of Cardinal #BD192D

Tints of Cardinal #BD192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.37%

R = 72.97%
G = 9.65%
B = 17.37%

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

#BD192D (or 0xBD192D) is known color: Cardinal. HEX triplet: BD, 19 and 2D. RGB value is (189,25,45). Sum of RGB (Red+Green+Blue) = 189+25+45=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD192D is #42E6D2. Grayscale: #4C4C4C. Windows color (decimal): -4384467 or 2955709. OLE color: 2955709.

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

Color convert

RGB 189 25 45 -
CMYK 0 0.87 0.76 0.26
HSL 352.68º 0.77% 0.42% -
HSV(B) 352.68º 0.87% 0.74% -
XYZ 21.81 11.7 3.59 -
YUV 76.32 110.33 208.37 -
System Red Green Blue C M Y K H S L
Decimal 189 25 45 0 0.87 0.76 0.26 352.68 0.77 0.42
Hex BD 19 2D 0 57 4C 1A 161 4D 2A
Octal 275 31 55 0 127 114 32 541 115 52
Binary 10111101 11001 101101 0 1010111 1001100 11010 101100001 1001101 101010

Color Harmonies of #BD192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD192D

Black with #BD192D

Text Example


Text Example

White with #BD192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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