Html Css Color HEX #BC1D34 Cardinal

📋 copy color: '#BC1D34'

red 188 ◦ green 29 ◦ blue 52

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

Shades of Cardinal #BC1D34

Tints of Cardinal #BC1D34

RGB

 RED value IS 188 (73.83% from 255) = 69.89%

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

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

R = 69.89%
G = 10.78%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC1D34 (or 0xBC1D34) is known color: Cardinal. HEX triplet: BC, 1D and 34. RGB value is (188,29,52). Sum of RGB (Red+Green+Blue) = 188+29+52=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1D34 is #43E2CB. Grayscale: #4F4F4F. Windows color (decimal): -4448972 or 3415484. OLE color: 3415484.

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

Color convert

RGB 188 29 52 -
CMYK 0 0.85 0.72 0.26
HSL 351.32º 0.73% 0.43% -
HSV(B) 351.32º 0.85% 0.74% -
XYZ 21.8 11.82 4.38 -
YUV 79.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 188 29 52 0 0.85 0.72 0.26 351.32 0.73 0.43
Hex BC 1D 34 0 55 48 1A 15F 49 2B
Octal 274 35 64 0 125 110 32 537 111 53
Binary 10111100 11101 110100 0 1010101 1001000 11010 101011111 1001001 101011

Color Harmonies of #BC1D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D34

Black with #BC1D34

Text Example


Text Example

White with #BC1D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D34; }

 p { color: rgb(188,29,52); }

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

background-color css

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

 a { background-color: rgb(188,29,52); }

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

border-color css

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

 span { border-color: rgb(188,29,52); }

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