Html Css Color HEX #BB243D Cardinal

📋 copy color: '#BB243D'

red 187 ◦ green 36 ◦ blue 61

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

Shades of Cardinal #BB243D

Tints of Cardinal #BB243D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 65.85%
G = 12.68%
B = 21.48%

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

#BB243D (or 0xBB243D) is known color: Cardinal. HEX triplet: BB, 24 and 3D. RGB value is (187,36,61). Sum of RGB (Red+Green+Blue) = 187+36+61=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB243D is #44DBC2. Grayscale: #545454. Windows color (decimal): -4512707 or 4007099. OLE color: 4007099.

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

Color convert

RGB 187 36 61 -
CMYK 0 0.81 0.67 0.27
HSL 350.07º 0.68% 0.44% -
HSV(B) 350.07º 0.81% 0.73% -
XYZ 21.97 12.16 5.6 -
YUV 84 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 187 36 61 0 0.81 0.67 0.27 350.07 0.68 0.44
Hex BB 24 3D 0 51 43 1B 15E 44 2C
Octal 273 44 75 0 121 103 33 536 104 54
Binary 10111011 100100 111101 0 1010001 1000011 11011 101011110 1000100 101100

Color Harmonies of #BB243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB243D

Black with #BB243D

Text Example


Text Example

White with #BB243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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