Html Css Color HEX #BB2534 Cardinal

📋 copy color: '#BB2534'

red 187 ◦ green 37 ◦ blue 52

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

Shades of Cardinal #BB2534

Tints of Cardinal #BB2534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 67.75%
G = 13.41%
B = 18.84%

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

#BB2534 (or 0xBB2534) is known color: Cardinal. HEX triplet: BB, 25 and 34. RGB value is (187,37,52). Sum of RGB (Red+Green+Blue) = 187+37+52=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2534 is #44DACB. Grayscale: #535353. Windows color (decimal): -4512460 or 3417531. OLE color: 3417531.

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

Color convert

RGB 187 37 52 -
CMYK 0 0.80 0.72 0.27
HSL 354º 0.67% 0.44% -
HSV(B) 354º 0.8% 0.73% -
XYZ 21.77 12.14 4.44 -
YUV 83.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 187 37 52 0 0.80 0.72 0.27 354 0.67 0.44
Hex BB 25 34 0 50 48 1B 162 43 2C
Octal 273 45 64 0 120 110 33 542 103 54
Binary 10111011 100101 110100 0 1010000 1001000 11011 101100010 1000011 101100

Color Harmonies of #BB2534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2534

Black with #BB2534

Text Example


Text Example

White with #BB2534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2534; }

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

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

background-color css

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

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

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

border-color css

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

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

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