Html Css Color HEX #BC232F Cardinal

📋 copy color: '#BC232F'

red 188 ◦ green 35 ◦ blue 47

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

Shades of Cardinal #BC232F

Tints of Cardinal #BC232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 69.63%
G = 12.96%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC232F (or 0xBC232F) is known color: Cardinal. HEX triplet: BC, 23 and 2F. RGB value is (188,35,47). Sum of RGB (Red+Green+Blue) = 188+35+47=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC232F is #43DCD0. Grayscale: #525252. Windows color (decimal): -4447441 or 3089340. OLE color: 3089340.

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

Color convert

RGB 188 35 47 -
CMYK 0 0.81 0.75 0.26
HSL 355.29º 0.69% 0.44% -
HSV(B) 355.29º 0.81% 0.74% -
XYZ 21.85 12.1 3.87 -
YUV 82.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 188 35 47 0 0.81 0.75 0.26 355.29 0.69 0.44
Hex BC 23 2F 0 51 4B 1A 163 45 2C
Octal 274 43 57 0 121 113 32 543 105 54
Binary 10111100 100011 101111 0 1010001 1001011 11010 101100011 1000101 101100

Color Harmonies of #BC232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC232F

Black with #BC232F

Text Example


Text Example

White with #BC232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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