Html Css Color HEX #BC132B Cardinal

📋 copy color: '#BC132B'

red 188 ◦ green 19 ◦ blue 43

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

Shades of Cardinal #BC132B

Tints of Cardinal #BC132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 75.2%
G = 7.6%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC132B (or 0xBC132B) is known color: Cardinal. HEX triplet: BC, 13 and 2B. RGB value is (188,19,43). Sum of RGB (Red+Green+Blue) = 188+19+43=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC132B is #43ECD4. Grayscale: #484848. Windows color (decimal): -4451541 or 2823100. OLE color: 2823100.

HSL color Cylindrical-coordinate representation of color #BC132B: hue angle of 351.48º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC132B is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 43 -
CMYK 0 0.90 0.77 0.26
HSL 351.48º 0.82% 0.41% -
HSV(B) 351.48º 0.9% 0.74% -
XYZ 21.41 11.33 3.34 -
YUV 72.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 188 19 43 0 0.90 0.77 0.26 351.48 0.82 0.41
Hex BC 13 2B 0 5A 4D 1A 15F 52 29
Octal 274 23 53 0 132 115 32 537 122 51
Binary 10111100 10011 101011 0 1011010 1001101 11010 101011111 1010010 101001

Color Harmonies of #BC132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC132B

Black with #BC132B

Text Example


Text Example

White with #BC132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC132B; }

 p { color: rgb(188,19,43); }

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

background-color css

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

 a { background-color: rgb(188,19,43); }

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

border-color css

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

 span { border-color: rgb(188,19,43); }

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