Html Css Color HEX #BB2634 Cardinal

📋 copy color: '#BB2634'

red 187 ◦ green 38 ◦ blue 52

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

Shades of Cardinal #BB2634

Tints of Cardinal #BB2634

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

 BLUE value IS 52 (20.7% from 255) = 18.77%

R = 67.51%
G = 13.72%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB2634 (or 0xBB2634) is known color: Cardinal. HEX triplet: BB, 26 and 34. RGB value is (187,38,52). Sum of RGB (Red+Green+Blue) = 187+38+52=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2634 is #44D9CB. Grayscale: #545454. Windows color (decimal): -4512204 or 3417787. OLE color: 3417787.

HSL color Cylindrical-coordinate representation of color #BB2634: hue angle of 354.36º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2634 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 52 -
CMYK 0 0.80 0.72 0.27
HSL 354.36º 0.66% 0.44% -
HSV(B) 354.36º 0.8% 0.73% -
XYZ 21.81 12.2 4.45 -
YUV 84.15 109.86 201.36 -
System Red Green Blue C M Y K H S L
Decimal 187 38 52 0 0.80 0.72 0.27 354.36 0.66 0.44
Hex BB 26 34 0 50 48 1B 162 42 2C
Octal 273 46 64 0 120 110 33 542 102 54
Binary 10111011 100110 110100 0 1010000 1001000 11011 101100010 1000010 101100

Color Harmonies of #BB2634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2634

Black with #BB2634

Text Example


Text Example

White with #BB2634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2634; }

 p { color: rgb(187,38,52); }

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

background-color css

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

 a { background-color: rgb(187,38,52); }

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

border-color css

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

 span { border-color: rgb(187,38,52); }

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