Html Css Color HEX #BD1B32 Cardinal

📋 copy color: '#BD1B32'

red 189 ◦ green 27 ◦ blue 50

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

Shades of Cardinal #BD1B32

Tints of Cardinal #BD1B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 71.05%
G = 10.15%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BD1B32 (or 0xBD1B32) is known color: Cardinal. HEX triplet: BD, 1B and 32. RGB value is (189,27,50). Sum of RGB (Red+Green+Blue) = 189+27+50=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1B32 is #42E4CD. Grayscale: #4E4E4E. Windows color (decimal): -4383950 or 3283901. OLE color: 3283901.

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

Color convert

RGB 189 27 50 -
CMYK 0 0.86 0.74 0.26
HSL 351.48º 0.75% 0.42% -
HSV(B) 351.48º 0.86% 0.74% -
XYZ 21.95 11.83 4.14 -
YUV 78.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 189 27 50 0 0.86 0.74 0.26 351.48 0.75 0.42
Hex BD 1B 32 0 56 4A 1A 15F 4B 2A
Octal 275 33 62 0 126 112 32 537 113 52
Binary 10111101 11011 110010 0 1010110 1001010 11010 101011111 1001011 101010

Color Harmonies of #BD1B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B32

Black with #BD1B32

Text Example


Text Example

White with #BD1B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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