Html Css Color HEX #BD152C Cardinal

📋 copy color: '#BD152C'

red 189 ◦ green 21 ◦ blue 44

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

Shades of Cardinal #BD152C

Tints of Cardinal #BD152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 74.41%
G = 8.27%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD152C (or 0xBD152C) is known color: Cardinal. HEX triplet: BD, 15 and 2C. RGB value is (189,21,44). Sum of RGB (Red+Green+Blue) = 189+21+44=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD152C is #42EAD3. Grayscale: #494949. Windows color (decimal): -4385492 or 2889149. OLE color: 2889149.

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

Color convert

RGB 189 21 44 -
CMYK 0 0.89 0.77 0.26
HSL 351.79º 0.8% 0.41% -
HSV(B) 351.79º 0.89% 0.74% -
XYZ 21.71 11.54 3.47 -
YUV 73.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 189 21 44 0 0.89 0.77 0.26 351.79 0.8 0.41
Hex BD 15 2C 0 59 4D 1A 160 50 29
Octal 275 25 54 0 131 115 32 540 120 51
Binary 10111101 10101 101100 0 1011001 1001101 11010 101100000 1010000 101001

Color Harmonies of #BD152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD152C

Black with #BD152C

Text Example


Text Example

White with #BD152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD152C; }

 p { color: rgb(189,21,44); }

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

background-color css

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

 a { background-color: rgb(189,21,44); }

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

border-color css

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

 span { border-color: rgb(189,21,44); }

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