Html Css Color HEX #BD1B44 Cardinal

📋 copy color: '#BD1B44'

red 189 ◦ green 27 ◦ blue 68

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

Shades of Cardinal #BD1B44

Tints of Cardinal #BD1B44

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

 BLUE value IS 68 (26.95% from 255) = 23.94%

R = 66.55%
G = 9.51%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD1B44 (or 0xBD1B44) is known color: Cardinal. HEX triplet: BD, 1B and 44. RGB value is (189,27,68). Sum of RGB (Red+Green+Blue) = 189+27+68=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1B44 is #42E4BB. Grayscale: #505050. Windows color (decimal): -4383932 or 4463549. OLE color: 4463549.

HSL color Cylindrical-coordinate representation of color #BD1B44: hue angle of 344.81º degrees, saturation: 0.75, 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 #BD1B44 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 27 68 -
CMYK 0 0.86 0.64 0.26
HSL 344.81º 0.75% 0.42% -
HSV(B) 344.81º 0.86% 0.74% -
XYZ 22.42 12.02 6.61 -
YUV 80.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 189 27 68 0 0.86 0.64 0.26 344.81 0.75 0.42
Hex BD 1B 44 0 56 40 1A 159 4B 2A
Octal 275 33 104 0 126 100 32 531 113 52
Binary 10111101 11011 1000100 0 1010110 1000000 11010 101011001 1001011 101010

Color Harmonies of #BD1B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B44

Black with #BD1B44

Text Example


Text Example

White with #BD1B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B44; }

 p { color: rgb(189,27,68); }

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

background-color css

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

 a { background-color: rgb(189,27,68); }

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

border-color css

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

 span { border-color: rgb(189,27,68); }

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