Html Css Color HEX #BC0332 Cardinal

📋 copy color: '#BC0332'

red 188 ◦ green 3 ◦ blue 50

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

Shades of Cardinal #BC0332

Tints of Cardinal #BC0332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 78.01%
G = 1.24%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC0332 (or 0xBC0332) is known color: Cardinal. HEX triplet: BC, 03 and 32. RGB value is (188,3,50). Sum of RGB (Red+Green+Blue) = 188+3+50=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0332 is #43FCCD. Grayscale: #3F3F3F. Windows color (decimal): -4455630 or 3277756. OLE color: 3277756.

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

Color convert

RGB 188 3 50 -
CMYK 0 0.98 0.73 0.26
HSL 344.76º 0.97% 0.37% -
HSV(B) 344.76º 0.98% 0.74% -
XYZ 21.35 10.99 4.01 -
YUV 63.67 120.29 216.68 -
System Red Green Blue C M Y K H S L
Decimal 188 3 50 0 0.98 0.73 0.26 344.76 0.97 0.37
Hex BC 3 32 0 62 49 1A 159 61 25
Octal 274 3 62 0 142 111 32 531 141 45
Binary 10111100 11 110010 0 1100010 1001001 11010 101011001 1100001 100101

Color Harmonies of #BC0332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0332

Black with #BC0332

Text Example


Text Example

White with #BC0332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0332; }

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

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

background-color css

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

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

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

border-color css

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

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

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