Html Css Color HEX #BB2330 Cardinal

📋 copy color: '#BB2330'

red 187 ◦ green 35 ◦ blue 48

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

Shades of Cardinal #BB2330

Tints of Cardinal #BB2330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 69.26%
G = 12.96%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB2330 (or 0xBB2330) is known color: Cardinal. HEX triplet: BB, 23 and 30. RGB value is (187,35,48). Sum of RGB (Red+Green+Blue) = 187+35+48=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2330 is #44DCCF. Grayscale: #525252. Windows color (decimal): -4512976 or 3154875. OLE color: 3154875.

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

Color convert

RGB 187 35 48 -
CMYK 0 0.81 0.74 0.27
HSL 354.87º 0.68% 0.44% -
HSV(B) 354.87º 0.81% 0.73% -
XYZ 21.63 11.98 3.97 -
YUV 81.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 187 35 48 0 0.81 0.74 0.27 354.87 0.68 0.44
Hex BB 23 30 0 51 4A 1B 163 44 2C
Octal 273 43 60 0 121 112 33 543 104 54
Binary 10111011 100011 110000 0 1010001 1001010 11011 101100011 1000100 101100

Color Harmonies of #BB2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2330

Black with #BB2330

Text Example


Text Example

White with #BB2330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2330; }

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

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

background-color css

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

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

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

border-color css

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

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

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