Html Css Color HEX #BB1A2F Cardinal

📋 copy color: '#BB1A2F'

red 187 ◦ green 26 ◦ blue 47

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

Shades of Cardinal #BB1A2F

Tints of Cardinal #BB1A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

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

R = 71.92%
G = 10%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB1A2F (or 0xBB1A2F) is known color: Cardinal. HEX triplet: BB, 1A and 2F. RGB value is (187,26,47). Sum of RGB (Red+Green+Blue) = 187+26+47=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1A2F is #44E5D0. Grayscale: #4C4C4C. Windows color (decimal): -4515281 or 3087035. OLE color: 3087035.

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

Color convert

RGB 187 26 47 -
CMYK 0 0.86 0.75 0.27
HSL 352.17º 0.76% 0.42% -
HSV(B) 352.17º 0.86% 0.73% -
XYZ 21.38 11.51 3.78 -
YUV 76.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 187 26 47 0 0.86 0.75 0.27 352.17 0.76 0.42
Hex BB 1A 2F 0 56 4B 1B 160 4C 2A
Octal 273 32 57 0 126 113 33 540 114 52
Binary 10111011 11010 101111 0 1010110 1001011 11011 101100000 1001100 101010

Color Harmonies of #BB1A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A2F

Black with #BB1A2F

Text Example


Text Example

White with #BB1A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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