Html Css Color HEX #BC0238 Cardinal

📋 copy color: '#BC0238'

red 188 ◦ green 2 ◦ blue 56

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

Shades of Cardinal #BC0238

Tints of Cardinal #BC0238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.76%

R = 76.42%
G = 0.81%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC0238 (or 0xBC0238) is known color: Cardinal. HEX triplet: BC, 02 and 38. RGB value is (188,2,56). Sum of RGB (Red+Green+Blue) = 188+2+56=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0238 is #43FDC7. Grayscale: #3F3F3F. Windows color (decimal): -4455880 or 3670716. OLE color: 3670716.

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

Color convert

RGB 188 2 56 -
CMYK 0 0.99 0.70 0.26
HSL 342.58º 0.98% 0.37% -
HSV(B) 342.58º 0.99% 0.74% -
XYZ 21.47 11.02 4.74 -
YUV 63.77 123.62 216.61 -
System Red Green Blue C M Y K H S L
Decimal 188 2 56 0 0.99 0.70 0.26 342.58 0.98 0.37
Hex BC 2 38 0 63 46 1A 157 62 25
Octal 274 2 70 0 143 106 32 527 142 45
Binary 10111100 10 111000 0 1100011 1000110 11010 101010111 1100010 100101

Color Harmonies of #BC0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0238

Black with #BC0238

Text Example


Text Example

White with #BC0238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0238; }

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

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

background-color css

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

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

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

border-color css

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

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

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