Html Css Color HEX #BB1E2D Cardinal

📋 copy color: '#BB1E2D'

red 187 ◦ green 30 ◦ blue 45

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

Shades of Cardinal #BB1E2D

Tints of Cardinal #BB1E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.45%

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 71.37%
G = 11.45%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB1E2D (or 0xBB1E2D) is known color: Cardinal. HEX triplet: BB, 1E and 2D. RGB value is (187,30,45). Sum of RGB (Red+Green+Blue) = 187+30+45=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E2D is #44E1D2. Grayscale: #4E4E4E. Windows color (decimal): -4514259 or 2956987. OLE color: 2956987.

HSL color Cylindrical-coordinate representation of color #BB1E2D: hue angle of 354.27º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1E2D is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 30 45 -
CMYK 0 0.84 0.76 0.27
HSL 354.27º 0.72% 0.43% -
HSV(B) 354.27º 0.84% 0.73% -
XYZ 21.43 11.68 3.61 -
YUV 78.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 187 30 45 0 0.84 0.76 0.27 354.27 0.72 0.43
Hex BB 1E 2D 0 54 4C 1B 162 48 2B
Octal 273 36 55 0 124 114 33 542 110 53
Binary 10111011 11110 101101 0 1010100 1001100 11011 101100010 1001000 101011

Color Harmonies of #BB1E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E2D

Black with #BB1E2D

Text Example


Text Example

White with #BB1E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E2D; }

 p { color: rgb(187,30,45); }

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

background-color css

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

 a { background-color: rgb(187,30,45); }

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

border-color css

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

 span { border-color: rgb(187,30,45); }

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