Html Css Color HEX #BC0F4B Cardinal

📋 copy color: '#BC0F4B'

red 188 ◦ green 15 ◦ blue 75

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

Shades of Cardinal #BC0F4B

Tints of Cardinal #BC0F4B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.4%

 BLUE value IS 75 (29.69% from 255) = 26.98%

R = 67.63%
G = 5.4%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC0F4B (or 0xBC0F4B) is known color: Cardinal. HEX triplet: BC, 0F and 4B. RGB value is (188,15,75). Sum of RGB (Red+Green+Blue) = 188+15+75=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F4B is #43F0B4. Grayscale: #494949. Windows color (decimal): -4452533 or 4919228. OLE color: 4919228.

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

Color convert

RGB 188 15 75 -
CMYK 0 0.92 0.60 0.26
HSL 339.19º 0.85% 0.4% -
HSV(B) 339.19º 0.92% 0.74% -
XYZ 22.18 11.54 7.72 -
YUV 73.57 128.81 209.62 -
System Red Green Blue C M Y K H S L
Decimal 188 15 75 0 0.92 0.60 0.26 339.19 0.85 0.4
Hex BC F 4B 0 5C 3C 1A 153 55 28
Octal 274 17 113 0 134 74 32 523 125 50
Binary 10111100 1111 1001011 0 1011100 111100 11010 101010011 1010101 101000

Color Harmonies of #BC0F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0F4B

Black with #BC0F4B

Text Example


Text Example

White with #BC0F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0F4B; }

 p { color: rgb(188,15,75); }

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

background-color css

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

 a { background-color: rgb(188,15,75); }

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

border-color css

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

 span { border-color: rgb(188,15,75); }

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