Html Css Color HEX #BC2932 Cardinal

📋 copy color: '#BC2932'

red 188 ◦ green 41 ◦ blue 50

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

Shades of Cardinal #BC2932

Tints of Cardinal #BC2932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 67.38%
G = 14.7%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC2932 (or 0xBC2932) is known color: Cardinal. HEX triplet: BC, 29 and 32. RGB value is (188,41,50). Sum of RGB (Red+Green+Blue) = 188+41+50=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2932 is #43D6CD. Grayscale: #565656. Windows color (decimal): -4445902 or 3287484. OLE color: 3287484.

HSL color Cylindrical-coordinate representation of color #BC2932: hue angle of 356.33º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2932 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 41 50 -
CMYK 0 0.78 0.73 0.26
HSL 356.33º 0.64% 0.45% -
HSV(B) 356.33º 0.78% 0.74% -
XYZ 22.11 12.51 4.27 -
YUV 85.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 188 41 50 0 0.78 0.73 0.26 356.33 0.64 0.45
Hex BC 29 32 0 4E 49 1A 164 40 2D
Octal 274 51 62 0 116 111 32 544 100 55
Binary 10111100 101001 110010 0 1001110 1001001 11010 101100100 1000000 101101

Color Harmonies of #BC2932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2932

Black with #BC2932

Text Example


Text Example

White with #BC2932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2932; }

 p { color: rgb(188,41,50); }

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

background-color css

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

 a { background-color: rgb(188,41,50); }

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

border-color css

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

 span { border-color: rgb(188,41,50); }

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