Html Css Color HEX #BD1B34 Cardinal

📋 copy color: '#BD1B34'

red 189 ◦ green 27 ◦ blue 52

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

Shades of Cardinal #BD1B34

Tints of Cardinal #BD1B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 70.52%
G = 10.07%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD1B34 (or 0xBD1B34) is known color: Cardinal. HEX triplet: BD, 1B and 34. RGB value is (189,27,52). Sum of RGB (Red+Green+Blue) = 189+27+52=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1B34 is #42E4CB. Grayscale: #4E4E4E. Windows color (decimal): -4383948 or 3414973. OLE color: 3414973.

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

Color convert

RGB 189 27 52 -
CMYK 0 0.86 0.72 0.26
HSL 350.74º 0.75% 0.42% -
HSV(B) 350.74º 0.86% 0.74% -
XYZ 22 11.85 4.38 -
YUV 78.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 189 27 52 0 0.86 0.72 0.26 350.74 0.75 0.42
Hex BD 1B 34 0 56 48 1A 15F 4B 2A
Octal 275 33 64 0 126 110 32 537 113 52
Binary 10111101 11011 110100 0 1010110 1001000 11010 101011111 1001011 101010

Color Harmonies of #BD1B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B34

Black with #BD1B34

Text Example


Text Example

White with #BD1B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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