Html Css Color HEX #BB243F Cardinal

📋 copy color: '#BB243F'

red 187 ◦ green 36 ◦ blue 63

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

Shades of Cardinal #BB243F

Tints of Cardinal #BB243F

RGB

 RED value IS 187 (73.44% from 255) = 65.38%

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 63 (25% from 255) = 22.03%

R = 65.38%
G = 12.59%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB243F (or 0xBB243F) is known color: Cardinal. HEX triplet: BB, 24 and 3F. RGB value is (187,36,63). Sum of RGB (Red+Green+Blue) = 187+36+63=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB243F is #44DBC0. Grayscale: #545454. Windows color (decimal): -4512705 or 4138171. OLE color: 4138171.

HSL color Cylindrical-coordinate representation of color #BB243F: hue angle of 349.27º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB243F is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 63 -
CMYK 0 0.81 0.66 0.27
HSL 349.27º 0.68% 0.44% -
HSV(B) 349.27º 0.81% 0.73% -
XYZ 22.02 12.19 5.89 -
YUV 84.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 187 36 63 0 0.81 0.66 0.27 349.27 0.68 0.44
Hex BB 24 3F 0 51 42 1B 15D 44 2C
Octal 273 44 77 0 121 102 33 535 104 54
Binary 10111011 100100 111111 0 1010001 1000010 11011 101011101 1000100 101100

Color Harmonies of #BB243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB243F

Black with #BB243F

Text Example


Text Example

White with #BB243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB243F; }

 p { color: rgb(187,36,63); }

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

background-color css

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

 a { background-color: rgb(187,36,63); }

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

border-color css

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

 span { border-color: rgb(187,36,63); }

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