Html Css Color HEX #BD1D3B Cardinal

📋 copy color: '#BD1D3B'

red 189 ◦ green 29 ◦ blue 59

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

Shades of Cardinal #BD1D3B

Tints of Cardinal #BD1D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.3%

R = 68.23%
G = 10.47%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD1D3B (or 0xBD1D3B) is known color: Cardinal. HEX triplet: BD, 1D and 3B. RGB value is (189,29,59). Sum of RGB (Red+Green+Blue) = 189+29+59=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D3B is #42E2C4. Grayscale: #505050. Windows color (decimal): -4383429 or 3874237. OLE color: 3874237.

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

Color convert

RGB 189 29 59 -
CMYK 0 0.85 0.69 0.26
HSL 348.75º 0.73% 0.43% -
HSV(B) 348.75º 0.85% 0.74% -
XYZ 22.22 12.01 5.29 -
YUV 80.26 116.01 205.56 -
System Red Green Blue C M Y K H S L
Decimal 189 29 59 0 0.85 0.69 0.26 348.75 0.73 0.43
Hex BD 1D 3B 0 55 45 1A 15D 49 2B
Octal 275 35 73 0 125 105 32 535 111 53
Binary 10111101 11101 111011 0 1010101 1000101 11010 101011101 1001001 101011

Color Harmonies of #BD1D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D3B

Black with #BD1D3B

Text Example


Text Example

White with #BD1D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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