Html Css Color HEX #BC232A Cardinal

📋 copy color: '#BC232A'

red 188 ◦ green 35 ◦ blue 42

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

Shades of Cardinal #BC232A

Tints of Cardinal #BC232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.21%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 70.94%
G = 13.21%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC232A (or 0xBC232A) is known color: Cardinal. HEX triplet: BC, 23 and 2A. RGB value is (188,35,42). Sum of RGB (Red+Green+Blue) = 188+35+42=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC232A is #43DCD5. Grayscale: #515151. Windows color (decimal): -4447446 or 2761660. OLE color: 2761660.

HSL color Cylindrical-coordinate representation of color #BC232A: hue angle of 357.25º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC232A is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 42 -
CMYK 0 0.81 0.78 0.26
HSL 357.25º 0.69% 0.44% -
HSV(B) 357.25º 0.81% 0.74% -
XYZ 21.76 12.06 3.37 -
YUV 81.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 188 35 42 0 0.81 0.78 0.26 357.25 0.69 0.44
Hex BC 23 2A 0 51 4E 1A 165 45 2C
Octal 274 43 52 0 121 116 32 545 105 54
Binary 10111100 100011 101010 0 1010001 1001110 11010 101100101 1000101 101100

Color Harmonies of #BC232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC232A

Black with #BC232A

Text Example


Text Example

White with #BC232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC232A; }

 p { color: rgb(188,35,42); }

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

background-color css

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

 a { background-color: rgb(188,35,42); }

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

border-color css

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

 span { border-color: rgb(188,35,42); }

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