Html Css Color HEX #BC0134 Cardinal

📋 copy color: '#BC0134'

red 188 ◦ green 1 ◦ blue 52

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

Shades of Cardinal #BC0134

Tints of Cardinal #BC0134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 52 (20.7% from 255) = 21.58%

R = 78.01%
G = 0.41%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC0134 (or 0xBC0134) is known color: Cardinal. HEX triplet: BC, 01 and 34. RGB value is (188,1,52). Sum of RGB (Red+Green+Blue) = 188+1+52=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0134 is #43FECB. Grayscale: #3E3E3E. Windows color (decimal): -4456140 or 3408316. OLE color: 3408316.

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

Color convert

RGB 188 1 52 -
CMYK 0 0.99 0.72 0.26
HSL 343.64º 0.99% 0.37% -
HSV(B) 343.64º 0.99% 0.74% -
XYZ 21.37 10.96 4.24 -
YUV 62.73 121.95 217.35 -
System Red Green Blue C M Y K H S L
Decimal 188 1 52 0 0.99 0.72 0.26 343.64 0.99 0.37
Hex BC 1 34 0 63 48 1A 158 63 25
Octal 274 1 64 0 143 110 32 530 143 45
Binary 10111100 1 110100 0 1100011 1001000 11010 101011000 1100011 100101

Color Harmonies of #BC0134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0134

Black with #BC0134

Text Example


Text Example

White with #BC0134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0134; }

 p { color: rgb(188,1,52); }

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

background-color css

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

 a { background-color: rgb(188,1,52); }

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

border-color css

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

 span { border-color: rgb(188,1,52); }

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