Html Css Color HEX #BD1D2C Cardinal

📋 copy color: '#BD1D2C'

red 189 ◦ green 29 ◦ blue 44

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

Shades of Cardinal #BD1D2C

Tints of Cardinal #BD1D2C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.07%

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

R = 72.14%
G = 11.07%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD1D2C (or 0xBD1D2C) is known color: Cardinal. HEX triplet: BD, 1D and 2C. RGB value is (189,29,44). Sum of RGB (Red+Green+Blue) = 189+29+44=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D2C is #42E2D3. Grayscale: #4E4E4E. Windows color (decimal): -4383444 or 2891197. OLE color: 2891197.

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

Color convert

RGB 189 29 44 -
CMYK 0 0.85 0.77 0.26
HSL 354.38º 0.73% 0.43% -
HSV(B) 354.38º 0.85% 0.74% -
XYZ 21.88 11.88 3.52 -
YUV 78.55 108.51 206.78 -
System Red Green Blue C M Y K H S L
Decimal 189 29 44 0 0.85 0.77 0.26 354.38 0.73 0.43
Hex BD 1D 2C 0 55 4D 1A 162 49 2B
Octal 275 35 54 0 125 115 32 542 111 53
Binary 10111101 11101 101100 0 1010101 1001101 11010 101100010 1001001 101011

Color Harmonies of #BD1D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D2C

Black with #BD1D2C

Text Example


Text Example

White with #BD1D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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