Html Css Color HEX #BB243A Cardinal

📋 copy color: '#BB243A'

red 187 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #BB243A

Tints of Cardinal #BB243A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 66.55%
G = 12.81%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB243A (or 0xBB243A) is known color: Cardinal. HEX triplet: BB, 24 and 3A. RGB value is (187,36,58). Sum of RGB (Red+Green+Blue) = 187+36+58=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB243A is #44DBC5. Grayscale: #535353. Windows color (decimal): -4512710 or 3810491. OLE color: 3810491.

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

Color convert

RGB 187 36 58 -
CMYK 0 0.81 0.69 0.27
HSL 351.26º 0.68% 0.44% -
HSV(B) 351.26º 0.81% 0.73% -
XYZ 21.89 12.13 5.19 -
YUV 83.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 187 36 58 0 0.81 0.69 0.27 351.26 0.68 0.44
Hex BB 24 3A 0 51 45 1B 15F 44 2C
Octal 273 44 72 0 121 105 33 537 104 54
Binary 10111011 100100 111010 0 1010001 1000101 11011 101011111 1000100 101100

Color Harmonies of #BB243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB243A

Black with #BB243A

Text Example


Text Example

White with #BB243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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