Html Css Color HEX #BB1F2F Cardinal

📋 copy color: '#BB1F2F'

red 187 ◦ green 31 ◦ blue 47

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

Shades of Cardinal #BB1F2F

Tints of Cardinal #BB1F2F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.7%

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

R = 70.57%
G = 11.7%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB1F2F (or 0xBB1F2F) is known color: Cardinal. HEX triplet: BB, 1F and 2F. RGB value is (187,31,47). Sum of RGB (Red+Green+Blue) = 187+31+47=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1F2F is #44E0D0. Grayscale: #4F4F4F. Windows color (decimal): -4514001 or 3088315. OLE color: 3088315.

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

Color convert

RGB 187 31 47 -
CMYK 0 0.83 0.75 0.27
HSL 353.85º 0.72% 0.43% -
HSV(B) 353.85º 0.83% 0.73% -
XYZ 21.5 11.75 3.82 -
YUV 79.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 187 31 47 0 0.83 0.75 0.27 353.85 0.72 0.43
Hex BB 1F 2F 0 53 4B 1B 162 48 2B
Octal 273 37 57 0 123 113 33 542 110 53
Binary 10111011 11111 101111 0 1010011 1001011 11011 101100010 1001000 101011

Color Harmonies of #BB1F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1F2F

Black with #BB1F2F

Text Example


Text Example

White with #BB1F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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