Html Css Color HEX #BD1D3C Cardinal

📋 copy color: '#BD1D3C'

red 189 ◦ green 29 ◦ blue 60

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

Shades of Cardinal #BD1D3C

Tints of Cardinal #BD1D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 67.99%
G = 10.43%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD1D3C (or 0xBD1D3C) is known color: Cardinal. HEX triplet: BD, 1D and 3C. RGB value is (189,29,60). Sum of RGB (Red+Green+Blue) = 189+29+60=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D3C is #42E2C3. Grayscale: #505050. Windows color (decimal): -4383428 or 3939773. OLE color: 3939773.

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

Color convert

RGB 189 29 60 -
CMYK 0 0.85 0.68 0.26
HSL 348.38º 0.73% 0.43% -
HSV(B) 348.38º 0.85% 0.74% -
XYZ 22.24 12.02 5.42 -
YUV 80.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 189 29 60 0 0.85 0.68 0.26 348.38 0.73 0.43
Hex BD 1D 3C 0 55 44 1A 15C 49 2B
Octal 275 35 74 0 125 104 32 534 111 53
Binary 10111101 11101 111100 0 1010101 1000100 11010 101011100 1001001 101011

Color Harmonies of #BD1D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D3C

Black with #BD1D3C

Text Example


Text Example

White with #BD1D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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