Html Css Color HEX #BC0832 Cardinal

📋 copy color: '#BC0832'

red 188 ◦ green 8 ◦ blue 50

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

Shades of Cardinal #BC0832

Tints of Cardinal #BC0832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

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

R = 76.42%
G = 3.25%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC0832 (or 0xBC0832) is known color: Cardinal. HEX triplet: BC, 08 and 32. RGB value is (188,8,50). Sum of RGB (Red+Green+Blue) = 188+8+50=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0832 is #43F7CD. Grayscale: #424242. Windows color (decimal): -4454350 or 3279036. OLE color: 3279036.

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

Color convert

RGB 188 8 50 -
CMYK 0 0.96 0.73 0.26
HSL 346º 0.92% 0.38% -
HSV(B) 346º 0.96% 0.74% -
XYZ 21.4 11.1 4.03 -
YUV 66.61 118.63 214.58 -
System Red Green Blue C M Y K H S L
Decimal 188 8 50 0 0.96 0.73 0.26 346 0.92 0.38
Hex BC 8 32 0 60 49 1A 15A 5C 26
Octal 274 10 62 0 140 111 32 532 134 46
Binary 10111100 1000 110010 0 1100000 1001001 11010 101011010 1011100 100110

Color Harmonies of #BC0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0832

Black with #BC0832

Text Example


Text Example

White with #BC0832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0832; }

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

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

background-color css

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

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

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

border-color css

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

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

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