Html Css Color HEX #BC2532 Cardinal

📋 copy color: '#BC2532'

red 188 ◦ green 37 ◦ blue 50

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

Shades of Cardinal #BC2532

Tints of Cardinal #BC2532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 68.36%
G = 13.45%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC2532 (or 0xBC2532) is known color: Cardinal. HEX triplet: BC, 25 and 32. RGB value is (188,37,50). Sum of RGB (Red+Green+Blue) = 188+37+50=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2532 is #43DACD. Grayscale: #535353. Windows color (decimal): -4446926 or 3286460. OLE color: 3286460.

HSL color Cylindrical-coordinate representation of color #BC2532: hue angle of 354.83º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2532 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 50 -
CMYK 0 0.80 0.73 0.26
HSL 354.83º 0.67% 0.44% -
HSV(B) 354.83º 0.8% 0.74% -
XYZ 21.98 12.24 4.22 -
YUV 83.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 188 37 50 0 0.80 0.73 0.26 354.83 0.67 0.44
Hex BC 25 32 0 50 49 1A 163 43 2C
Octal 274 45 62 0 120 111 32 543 103 54
Binary 10111100 100101 110010 0 1010000 1001001 11010 101100011 1000011 101100

Color Harmonies of #BC2532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2532

Black with #BC2532

Text Example


Text Example

White with #BC2532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2532; }

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

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

background-color css

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

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

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

border-color css

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

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

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