Html Css Color HEX #BB2633 Cardinal

📋 copy color: '#BB2633'

red 187 ◦ green 38 ◦ blue 51

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

Shades of Cardinal #BB2633

Tints of Cardinal #BB2633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 67.75%
G = 13.77%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB2633 (or 0xBB2633) is known color: Cardinal. HEX triplet: BB, 26 and 33. RGB value is (187,38,51). Sum of RGB (Red+Green+Blue) = 187+38+51=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2633 is #44D9CC. Grayscale: #545454. Windows color (decimal): -4512205 or 3352251. OLE color: 3352251.

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

Color convert

RGB 187 38 51 -
CMYK 0 0.80 0.73 0.27
HSL 354.77º 0.66% 0.44% -
HSV(B) 354.77º 0.8% 0.73% -
XYZ 21.78 12.19 4.34 -
YUV 84.03 109.36 201.44 -
System Red Green Blue C M Y K H S L
Decimal 187 38 51 0 0.80 0.73 0.27 354.77 0.66 0.44
Hex BB 26 33 0 50 49 1B 163 42 2C
Octal 273 46 63 0 120 111 33 543 102 54
Binary 10111011 100110 110011 0 1010000 1001001 11011 101100011 1000010 101100

Color Harmonies of #BB2633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2633

Black with #BB2633

Text Example


Text Example

White with #BB2633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2633; }

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

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

background-color css

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

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

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

border-color css

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

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

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