Html Css Color HEX #BC162B Cardinal

📋 copy color: '#BC162B'

red 188 ◦ green 22 ◦ blue 43

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

Shades of Cardinal #BC162B

Tints of Cardinal #BC162B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.7%

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

R = 74.31%
G = 8.7%
B = 17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC162B (or 0xBC162B) is known color: Cardinal. HEX triplet: BC, 16 and 2B. RGB value is (188,22,43). Sum of RGB (Red+Green+Blue) = 188+22+43=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC162B is #43E9D4. Grayscale: #4A4A4A. Windows color (decimal): -4450773 or 2823868. OLE color: 2823868.

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

Color convert

RGB 188 22 43 -
CMYK 0 0.88 0.77 0.26
HSL 352.41º 0.79% 0.41% -
HSV(B) 352.41º 0.88% 0.74% -
XYZ 21.46 11.44 3.36 -
YUV 74.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 188 22 43 0 0.88 0.77 0.26 352.41 0.79 0.41
Hex BC 16 2B 0 58 4D 1A 160 4F 29
Octal 274 26 53 0 130 115 32 540 117 51
Binary 10111100 10110 101011 0 1011000 1001101 11010 101100000 1001111 101001

Color Harmonies of #BC162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC162B

Black with #BC162B

Text Example


Text Example

White with #BC162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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