Html Css Color HEX #BB243B Cardinal

📋 copy color: '#BB243B'

red 187 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #BB243B

Tints of Cardinal #BB243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 66.31%
G = 12.77%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB243B (or 0xBB243B) is known color: Cardinal. HEX triplet: BB, 24 and 3B. RGB value is (187,36,59). Sum of RGB (Red+Green+Blue) = 187+36+59=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB243B is #44DBC4. Grayscale: #535353. Windows color (decimal): -4512709 or 3876027. OLE color: 3876027.

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

Color convert

RGB 187 36 59 -
CMYK 0 0.81 0.68 0.27
HSL 350.86º 0.68% 0.44% -
HSV(B) 350.86º 0.81% 0.73% -
XYZ 21.91 12.14 5.33 -
YUV 83.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 187 36 59 0 0.81 0.68 0.27 350.86 0.68 0.44
Hex BB 24 3B 0 51 44 1B 15F 44 2C
Octal 273 44 73 0 121 104 33 537 104 54
Binary 10111011 100100 111011 0 1010001 1000100 11011 101011111 1000100 101100

Color Harmonies of #BB243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB243B

Black with #BB243B

Text Example


Text Example

White with #BB243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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