Html Css Color HEX #BD153A Cardinal

📋 copy color: '#BD153A'

red 189 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #BD153A

Tints of Cardinal #BD153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.64%

R = 70.52%
G = 7.84%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD153A (or 0xBD153A) is known color: Cardinal. HEX triplet: BD, 15 and 3A. RGB value is (189,21,58). Sum of RGB (Red+Green+Blue) = 189+21+58=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD153A is #42EAC5. Grayscale: #4B4B4B. Windows color (decimal): -4385478 or 3806653. OLE color: 3806653.

HSL color Cylindrical-coordinate representation of color #BD153A: hue angle of 346.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 #BD153A is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 21 58 -
CMYK 0 0.89 0.69 0.26
HSL 346.79º 0.8% 0.41% -
HSV(B) 346.79º 0.89% 0.74% -
XYZ 22.02 11.66 5.09 -
YUV 75.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 189 21 58 0 0.89 0.69 0.26 346.79 0.8 0.41
Hex BD 15 3A 0 59 45 1A 15B 50 29
Octal 275 25 72 0 131 105 32 533 120 51
Binary 10111101 10101 111010 0 1011001 1000101 11010 101011011 1010000 101001

Color Harmonies of #BD153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD153A

Black with #BD153A

Text Example


Text Example

White with #BD153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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