Html Css Color HEX #BB1F42 Cardinal

📋 copy color: '#BB1F42'

red 187 ◦ green 31 ◦ blue 66

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

Shades of Cardinal #BB1F42

Tints of Cardinal #BB1F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.24%

R = 65.85%
G = 10.92%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB1F42 (or 0xBB1F42) is known color: Cardinal. HEX triplet: BB, 1F and 42. RGB value is (187,31,66). Sum of RGB (Red+Green+Blue) = 187+31+66=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1F42 is #44E0BD. Grayscale: #515151. Windows color (decimal): -4513982 or 4333499. OLE color: 4333499.

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

Color convert

RGB 187 31 66 -
CMYK 0 0.83 0.65 0.27
HSL 346.54º 0.72% 0.43% -
HSV(B) 346.54º 0.83% 0.73% -
XYZ 21.97 11.94 6.3 -
YUV 81.63 119.18 203.15 -
System Red Green Blue C M Y K H S L
Decimal 187 31 66 0 0.83 0.65 0.27 346.54 0.72 0.43
Hex BB 1F 42 0 53 41 1B 15B 48 2B
Octal 273 37 102 0 123 101 33 533 110 53
Binary 10111011 11111 1000010 0 1010011 1000001 11011 101011011 1001000 101011

Color Harmonies of #BB1F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1F42

Black with #BB1F42

Text Example


Text Example

White with #BB1F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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