Html Css Color HEX #BB2334 Cardinal

📋 copy color: '#BB2334'

red 187 ◦ green 35 ◦ blue 52

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

Shades of Cardinal #BB2334

Tints of Cardinal #BB2334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

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

R = 68.25%
G = 12.77%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB2334 (or 0xBB2334) is known color: Cardinal. HEX triplet: BB, 23 and 34. RGB value is (187,35,52). Sum of RGB (Red+Green+Blue) = 187+35+52=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2334 is #44DCCB. Grayscale: #525252. Windows color (decimal): -4512972 or 3417019. OLE color: 3417019.

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

Color convert

RGB 187 35 52 -
CMYK 0 0.81 0.72 0.27
HSL 353.29º 0.68% 0.44% -
HSV(B) 353.29º 0.81% 0.73% -
XYZ 21.71 12.01 4.42 -
YUV 82.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 187 35 52 0 0.81 0.72 0.27 353.29 0.68 0.44
Hex BB 23 34 0 51 48 1B 161 44 2C
Octal 273 43 64 0 121 110 33 541 104 54
Binary 10111011 100011 110100 0 1010001 1001000 11011 101100001 1000100 101100

Color Harmonies of #BB2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2334

Black with #BB2334

Text Example


Text Example

White with #BB2334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2334; }

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

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

background-color css

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

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

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

border-color css

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

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

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