Html Css Color HEX #BF2432 Cardinal

📋 copy color: '#BF2432'

red 191 ◦ green 36 ◦ blue 50

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

Shades of Cardinal #BF2432

Tints of Cardinal #BF2432

RGB

 RED value IS 191 (75% from 255) = 68.95%

 GREEN value IS 36 (14.45% from 255) = 13%

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 68.95%
G = 13%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF2432 (or 0xBF2432) is known color: Cardinal. HEX triplet: BF, 24 and 32. RGB value is (191,36,50). Sum of RGB (Red+Green+Blue) = 191+36+50=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2432 is #40DBCD. Grayscale: #545454. Windows color (decimal): -4250574 or 3286207. OLE color: 3286207.

HSL color Cylindrical-coordinate representation of color #BF2432: hue angle of 354.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2432 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 36 50 -
CMYK 0 0.81 0.74 0.25
HSL 354.58º 0.68% 0.45% -
HSV(B) 354.58º 0.81% 0.75% -
XYZ 22.69 12.57 4.25 -
YUV 83.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 191 36 50 0 0.81 0.74 0.25 354.58 0.68 0.45
Hex BF 24 32 0 51 4A 19 163 44 2D
Octal 277 44 62 0 121 112 31 543 104 55
Binary 10111111 100100 110010 0 1010001 1001010 11001 101100011 1000100 101101

Color Harmonies of #BF2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2432

Black with #BF2432

Text Example


Text Example

White with #BF2432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2432; }

 p { color: rgb(191,36,50); }

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

background-color css

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

 a { background-color: rgb(191,36,50); }

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

border-color css

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

 span { border-color: rgb(191,36,50); }

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