Html Css Color HEX #BD1A30 Cardinal

📋 copy color: '#BD1A30'

red 189 ◦ green 26 ◦ blue 48

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

Shades of Cardinal #BD1A30

Tints of Cardinal #BD1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.89%

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 71.86%
G = 9.89%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD1A30 (or 0xBD1A30) is known color: Cardinal. HEX triplet: BD, 1A and 30. RGB value is (189,26,48). Sum of RGB (Red+Green+Blue) = 189+26+48=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A30 is #42E5CF. Grayscale: #4D4D4D. Windows color (decimal): -4384208 or 3152573. OLE color: 3152573.

HSL color Cylindrical-coordinate representation of color #BD1A30: hue angle of 351.9º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A30 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 26 48 -
CMYK 0 0.86 0.75 0.26
HSL 351.9º 0.76% 0.42% -
HSV(B) 351.9º 0.86% 0.74% -
XYZ 21.89 11.77 3.91 -
YUV 77.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 189 26 48 0 0.86 0.75 0.26 351.9 0.76 0.42
Hex BD 1A 30 0 56 4B 1A 160 4C 2A
Octal 275 32 60 0 126 113 32 540 114 52
Binary 10111101 11010 110000 0 1010110 1001011 11010 101100000 1001100 101010

Color Harmonies of #BD1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A30

Black with #BD1A30

Text Example


Text Example

White with #BD1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A30; }

 p { color: rgb(189,26,48); }

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

background-color css

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

 a { background-color: rgb(189,26,48); }

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

border-color css

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

 span { border-color: rgb(189,26,48); }

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