Html Css Color HEX #BC0632 Cardinal

📋 copy color: '#BC0632'

red 188 ◦ green 6 ◦ blue 50

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

Shades of Cardinal #BC0632

Tints of Cardinal #BC0632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

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

R = 77.05%
G = 2.46%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC0632 (or 0xBC0632) is known color: Cardinal. HEX triplet: BC, 06 and 32. RGB value is (188,6,50). Sum of RGB (Red+Green+Blue) = 188+6+50=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0632 is #43F9CD. Grayscale: #414141. Windows color (decimal): -4454862 or 3278524. OLE color: 3278524.

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

Color convert

RGB 188 6 50 -
CMYK 0 0.97 0.73 0.26
HSL 345.49º 0.94% 0.38% -
HSV(B) 345.49º 0.97% 0.74% -
XYZ 21.38 11.05 4.02 -
YUV 65.43 119.3 215.42 -
System Red Green Blue C M Y K H S L
Decimal 188 6 50 0 0.97 0.73 0.26 345.49 0.94 0.38
Hex BC 6 32 0 61 49 1A 159 5E 26
Octal 274 6 62 0 141 111 32 531 136 46
Binary 10111100 110 110010 0 1100001 1001001 11010 101011001 1011110 100110

Color Harmonies of #BC0632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0632

Black with #BC0632

Text Example


Text Example

White with #BC0632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0632; }

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

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

background-color css

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

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

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

border-color css

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

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

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