Html Css Color HEX #BC0236 Cardinal

📋 copy color: '#BC0236'

red 188 ◦ green 2 ◦ blue 54

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

Shades of Cardinal #BC0236

Tints of Cardinal #BC0236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 54 (21.48% from 255) = 22.13%

R = 77.05%
G = 0.82%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC0236 (or 0xBC0236) is known color: Cardinal. HEX triplet: BC, 02 and 36. RGB value is (188,2,54). Sum of RGB (Red+Green+Blue) = 188+2+54=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0236 is #43FDC9. Grayscale: #3F3F3F. Windows color (decimal): -4455882 or 3539644. OLE color: 3539644.

HSL color Cylindrical-coordinate representation of color #BC0236: hue angle of 343.23º degrees, saturation: 0.98, 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 #BC0236 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 2 54 -
CMYK 0 0.99 0.71 0.26
HSL 343.23º 0.98% 0.37% -
HSV(B) 343.23º 0.99% 0.74% -
XYZ 21.43 11 4.48 -
YUV 63.54 122.62 216.77 -
System Red Green Blue C M Y K H S L
Decimal 188 2 54 0 0.99 0.71 0.26 343.23 0.98 0.37
Hex BC 2 36 0 63 47 1A 157 62 25
Octal 274 2 66 0 143 107 32 527 142 45
Binary 10111100 10 110110 0 1100011 1000111 11010 101010111 1100010 100101

Color Harmonies of #BC0236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0236

Black with #BC0236

Text Example


Text Example

White with #BC0236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0236; }

 p { color: rgb(188,2,54); }

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

background-color css

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

 a { background-color: rgb(188,2,54); }

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

border-color css

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

 span { border-color: rgb(188,2,54); }

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