Html Css Color HEX #BC1D30 Cardinal

📋 copy color: '#BC1D30'

red 188 ◦ green 29 ◦ blue 48

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

Shades of Cardinal #BC1D30

Tints of Cardinal #BC1D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 70.94%
G = 10.94%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC1D30 (or 0xBC1D30) is known color: Cardinal. HEX triplet: BC, 1D and 30. RGB value is (188,29,48). Sum of RGB (Red+Green+Blue) = 188+29+48=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1D30 is #43E2CF. Grayscale: #4E4E4E. Windows color (decimal): -4448976 or 3153340. OLE color: 3153340.

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

Color convert

RGB 188 29 48 -
CMYK 0 0.85 0.74 0.26
HSL 352.83º 0.73% 0.43% -
HSV(B) 352.83º 0.85% 0.74% -
XYZ 21.71 11.78 3.93 -
YUV 78.71 110.68 205.96 -
System Red Green Blue C M Y K H S L
Decimal 188 29 48 0 0.85 0.74 0.26 352.83 0.73 0.43
Hex BC 1D 30 0 55 4A 1A 161 49 2B
Octal 274 35 60 0 125 112 32 541 111 53
Binary 10111100 11101 110000 0 1010101 1001010 11010 101100001 1001001 101011

Color Harmonies of #BC1D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D30

Black with #BC1D30

Text Example


Text Example

White with #BC1D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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