Html Css Color HEX #BB1D31 Cardinal

📋 copy color: '#BB1D31'

red 187 ◦ green 29 ◦ blue 49

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

Shades of Cardinal #BB1D31

Tints of Cardinal #BB1D31

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.94%

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 70.57%
G = 10.94%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB1D31 (or 0xBB1D31) is known color: Cardinal. HEX triplet: BB, 1D and 31. RGB value is (187,29,49). Sum of RGB (Red+Green+Blue) = 187+29+49=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D31 is #44E2CE. Grayscale: #4E4E4E. Windows color (decimal): -4514511 or 3218875. OLE color: 3218875.

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

Color convert

RGB 187 29 49 -
CMYK 0 0.84 0.74 0.27
HSL 352.41º 0.73% 0.42% -
HSV(B) 352.41º 0.84% 0.73% -
XYZ 21.49 11.67 4.02 -
YUV 78.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 187 29 49 0 0.84 0.74 0.27 352.41 0.73 0.42
Hex BB 1D 31 0 54 4A 1B 160 49 2A
Octal 273 35 61 0 124 112 33 540 111 52
Binary 10111011 11101 110001 0 1010100 1001010 11011 101100000 1001001 101010

Color Harmonies of #BB1D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D31

Black with #BB1D31

Text Example


Text Example

White with #BB1D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D31; }

 p { color: rgb(187,29,49); }

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

background-color css

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

 a { background-color: rgb(187,29,49); }

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

border-color css

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

 span { border-color: rgb(187,29,49); }

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