Html Css Color HEX #BB243E Cardinal

📋 copy color: '#BB243E'

red 187 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #BB243E

Tints of Cardinal #BB243E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 65.61%
G = 12.63%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB243E (or 0xBB243E) is known color: Cardinal. HEX triplet: BB, 24 and 3E. RGB value is (187,36,62). Sum of RGB (Red+Green+Blue) = 187+36+62=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB243E is #44DBC1. Grayscale: #545454. Windows color (decimal): -4512706 or 4072635. OLE color: 4072635.

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

Color convert

RGB 187 36 62 -
CMYK 0 0.81 0.67 0.27
HSL 349.67º 0.68% 0.44% -
HSV(B) 349.67º 0.81% 0.73% -
XYZ 21.99 12.17 5.75 -
YUV 84.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 187 36 62 0 0.81 0.67 0.27 349.67 0.68 0.44
Hex BB 24 3E 0 51 43 1B 15E 44 2C
Octal 273 44 76 0 121 103 33 536 104 54
Binary 10111011 100100 111110 0 1010001 1000011 11011 101011110 1000100 101100

Color Harmonies of #BB243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB243E

Black with #BB243E

Text Example


Text Example

White with #BB243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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