Html Css Color HEX #BD1C2A Cardinal

📋 copy color: '#BD1C2A'

red 189 ◦ green 28 ◦ blue 42

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

Shades of Cardinal #BD1C2A

Tints of Cardinal #BD1C2A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.81%

 BLUE value IS 42 (16.8% from 255) = 16.22%

R = 72.97%
G = 10.81%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD1C2A (or 0xBD1C2A) is known color: Cardinal. HEX triplet: BD, 1C and 2A. RGB value is (189,28,42). Sum of RGB (Red+Green+Blue) = 189+28+42=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1C2A is #42E3D5. Grayscale: #4D4D4D. Windows color (decimal): -4383702 or 2759869. OLE color: 2759869.

HSL color Cylindrical-coordinate representation of color #BD1C2A: hue angle of 354.78º degrees, saturation: 0.74, 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 #BD1C2A is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 28 42 -
CMYK 0 0.85 0.78 0.26
HSL 354.78º 0.74% 0.43% -
HSV(B) 354.78º 0.85% 0.74% -
XYZ 21.82 11.82 3.32 -
YUV 77.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 189 28 42 0 0.85 0.78 0.26 354.78 0.74 0.43
Hex BD 1C 2A 0 55 4E 1A 163 4A 2B
Octal 275 34 52 0 125 116 32 543 112 53
Binary 10111101 11100 101010 0 1010101 1001110 11010 101100011 1001010 101011

Color Harmonies of #BD1C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1C2A

Black with #BD1C2A

Text Example


Text Example

White with #BD1C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1C2A; }

 p { color: rgb(189,28,42); }

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

background-color css

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

 a { background-color: rgb(189,28,42); }

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

border-color css

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

 span { border-color: rgb(189,28,42); }

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