Html Css Color HEX #BB1E2F Cardinal

📋 copy color: '#BB1E2F'

red 187 ◦ green 30 ◦ blue 47

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

Shades of Cardinal #BB1E2F

Tints of Cardinal #BB1E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 70.83%
G = 11.36%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB1E2F (or 0xBB1E2F) is known color: Cardinal. HEX triplet: BB, 1E and 2F. RGB value is (187,30,47). Sum of RGB (Red+Green+Blue) = 187+30+47=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1E2F is #44E1D0. Grayscale: #4E4E4E. Windows color (decimal): -4514257 or 3088059. OLE color: 3088059.

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

Color convert

RGB 187 30 47 -
CMYK 0 0.84 0.75 0.27
HSL 353.5º 0.72% 0.43% -
HSV(B) 353.5º 0.84% 0.73% -
XYZ 21.47 11.7 3.82 -
YUV 78.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 187 30 47 0 0.84 0.75 0.27 353.5 0.72 0.43
Hex BB 1E 2F 0 54 4B 1B 162 48 2B
Octal 273 36 57 0 124 113 33 542 110 53
Binary 10111011 11110 101111 0 1010100 1001011 11011 101100010 1001000 101011

Color Harmonies of #BB1E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E2F

Black with #BB1E2F

Text Example


Text Example

White with #BB1E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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